bug-gforth
[Top][All Lists]
Advanced

[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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]