Re: [PATCH] elflint: Add sanity checks to check_attributes.

2015-05-12 Thread Mark Wielaard
On Wed, 2015-05-06 at 17:42 +0200, Mark Wielaard wrote: > This is similar to commit 9644aa for readelf print_attributes. > Bail out when the vendor name isn't terminated and add overflow check > for subsection_len. Pushed to master.

[PATCH] elflint: Add sanity checks to check_attributes.

2015-05-06 Thread Mark Wielaard
This is similar to commit 9644aa for readelf print_attributes. Bail out when the vendor name isn't terminated and add overflow check for subsection_len. Note that readelf does handle non-gnu attributes, while elflint doesn't. Signed-off-by: Mark Wielaard --- src/ChangeLog | 2 ++ src/elflint.c