freebsd-dev/contrib/elftoolchain/nm
Conrad Meyer 48fc14c0aa elftoolchain nm(1): Initialize allocated memory before use
In out of memory scenarios (where one of these allocations failed but
other(s) did not), nm(1) could reference the uninitialized value of these
allocations (undefined behavior).

Always initialize any successful allocations as the most expedient
resolution of the issue.  However, I would encourage upstream elftoolchain
contributors to clean up the error path to just abort immediately, rather
than proceeding sloppily when one allocation fails.

Reported by:	Coverity
Sponsored by:	Dell EMC Isilon
2018-03-16 22:25:33 +00:00
..
Makefile
nm.1 nm: document 'r' symbol type 2017-05-22 01:10:12 +00:00
nm.c elftoolchain nm(1): Initialize allocated memory before use 2018-03-16 22:25:33 +00:00
os.NetBSD.mk Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00