1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/contrib/elftoolchain
Marcel Moolenaar c10185837c Fix the conversion macro for .note sections, broken in the case
the ELF file's byte order is not the native byte order.  The
bug is that the variables holding the name and description size
are used (natively) after having been byte-swapped.  The fix is
to calculate sz from them just prior to byte-swapping.

Approved by:	jkoshy@
Obtained from:	Juniper Networks, Inc.
2014-10-22 01:04:16 +00:00
..
common
libdwarf Remove trailing whitespace. 2014-01-21 20:17:10 +00:00
libelf Fix the conversion macro for .note sections, broken in the case 2014-10-22 01:04:16 +00:00