Bug 15733 - elf/elf.h duplicate dynamic section tag
Summary: elf/elf.h duplicate dynamic section tag
Status: RESOLVED INVALID
Alias: None
Product: glibc
Classification: Unclassified
Component: dynamic-link (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-12 10:25 UTC by Matt Clarkson
Modified: 2014-06-13 09:25 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Clarkson 2013-07-12 10:25:13 UTC
704: #define DT_FLAGS	30		/* Flags for the object being loaded */
705: #define DT_ENCODING	32		/* Start of encoded range */
706: #define DT_PREINIT_ARRAY 32		/* Array with addresses of preinit fct*/

These are "Legal values for d_tag (dynamic entry type)" but the DT_ENCODING and DT_PREINIT_ARRAY are the same (32).  Is this a bug or is this by design?
Comment 2 Matt Clarkson 2013-07-15 10:05:51 UTC
Thanks, great info.