diff options
| author | Mark Wielaard <[email protected]> | 2019-03-07 12:05:25 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2019-03-07 12:05:25 +0100 |
| commit | 14030673602a4f331f348decd51e5f0160719f0e (patch) | |
| tree | db1e66a97a8133c34920699ccfeda56e2b01a965 /libebl/ChangeLog | |
| parent | b244a241a82c28f7fef33f37d82bc47631ceca4e (diff) | |
| parent | 1e52d4ce3aa2093d12901d32fe07aae70211fe2a (diff) | |
Merge tag 'elfutils-0.176' into mjw/RH-DTSdts-0.176
elfutils 0.176 release
Conflicts:
tests/run-readelf-mixed-corenote.sh: Remove riscv testcase.
Diffstat (limited to 'libebl/ChangeLog')
| -rw-r--r-- | libebl/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libebl/ChangeLog b/libebl/ChangeLog index a2f89562..acc68919 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,23 @@ +2019-01-29 Mark Wielaard <[email protected]> + + * eblobjnote.c (ebl_object_note): Check pr_datasz padding doesn't + overflow descsz. + +2019-01-16 Mark Wielaard <[email protected]> + + * libebl.h (ebl_core_note): Add desc as argument. + * eblcorenote.c (ebl_core_note): Take desc as an argument, check + it contains a zero terminated string if it is an NT_PLATFORM note. + +2019-01-16 Mark Wielaard <[email protected]> + + * eblobjnte.c (ebl_object_note): Check pr_datasz isn't too large. + +2018-12-02 Mark Wielaard <[email protected]> + + * eblobjnte.c (ebl_object_note): For GNU_PROPERTY_STACK_SIZE use + an Elf32_Addr or Elf64_Addr to read and print the size. + 2018-11-15 Mark Wielaard <[email protected]> * eblobjnotetypename.c (ebl_object_note_type_name): Don't update |
