[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gforth] [bug #46988] Fix use of uninitalized memory
From: |
Bernd Paysan |
Subject: |
[Bug-gforth] [bug #46988] Fix use of uninitalized memory |
Date: |
Wed, 27 Jan 2016 16:43:21 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36 |
Follow-up Comment #1, bug #46988 (project gforth):
Hm, all used xts and symbols are correctly initialized. There are these
offsets which are used for helping relocation, this means that some parts of
the array is not used, and thus also never initialized.
Using calloc will remove any false positive detection, though.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46988>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Bug-gforth] [bug #46988] Fix use of uninitalized memory, Jasper Lievisse Adriaanse, 2016/01/27
- [Bug-gforth] [bug #46988] Fix use of uninitalized memory,
Bernd Paysan <=
- [Bug-gforth] [bug #46988] Fix use of uninitalized memory, Bernd Paysan, 2016/01/27
- [Bug-gforth] [bug #46988] Fix use of uninitalized memory, Anton Ertl, 2016/01/27
- [Bug-gforth] [bug #46988] Fix use of uninitalized memory, Bernd Paysan, 2016/01/27
- [Bug-gforth] [bug #46988] Fix use of uninitalized memory, Jasper Lievisse Adriaanse, 2016/01/27
- [Bug-gforth] [bug #46988] Fix use of uninitalized memory, Bernd Paysan, 2016/01/27
- [Bug-gforth] [bug #46988] Fix use of uninitalized memory, Jasper Lievisse Adriaanse, 2016/01/27
- [Bug-gforth] [bug #46988] Fix use of uninitalized memory, Anton Ertl, 2016/01/27
- [Bug-gforth] [bug #46988] Fix use of uninitalized memory, Bernd Paysan, 2016/01/27
- [Bug-gforth] [bug #46988] Fix use of uninitalized memory, Jasper Lievisse Adriaanse, 2016/01/27
- [Bug-gforth] [bug #46988] Fixed in git head, Anton Ertl, 2016/01/28