diff options
| author | Mark Wielaard <[email protected]> | 2017-03-27 23:59:02 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2017-04-04 00:15:15 +0200 |
| commit | 9a0d9d314a6342b56e3277bd7ad7ecb6e73a7d38 (patch) | |
| tree | 69f11ab54333bb35803c303f5963df7373cbdb76 /src/ChangeLog | |
| parent | a3bf8f0852d0f66911dcf879c5a1fcff3cb4cb46 (diff) | |
elflint: Check symbol table data is big enough before checking.
Before checking symbol index zero we should make sure the data size
is big enough.
https://sourceware.org/bugzilla/show_bug.cgi?id=21310
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 41381aa0..6031213f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2017-03-27 Mark Wielaard <[email protected]> + + * elflint.c (check_symtab_shndx): Check data->d_size. + 2017-03-24 Mark Wielaard <[email protected]> * elfcmp.c (main): If n_namesz == 0 then the note name data is the |
