diff options
Diffstat (limited to 'libelf/ChangeLog')
| -rw-r--r-- | libelf/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 68c4fbdd..d8e8fdc8 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,23 @@ +2019-02-14 Mark Wielaard <[email protected]> + + * elf_begin.c (read_long_names): Make sure ar_size is properly + terminated. Sanity check len early if we can. + +2019-01-18 Mark Wielaard <[email protected]> + + * Makefile.am (INSTALL_ELFH): Add elf.h to include_HEADERS when + defined, otherwise (the default) add elf.h to noinst_HEADERS. + +2019-01-16 Mark Wielaard <[email protected]> + + * note_xlate.h (elf_cvt_note): Check n_namesz and n_descsz don't + overflow note_len into note header. + +2018-11-17 Mark Wielaard <[email protected]> + + * elf32_updatefile.c (updatemmap): Make sure to call convert + function on a properly aligned destination. + 2018-11-16 Mark Wielaard <[email protected]> * libebl.h (__elf32_msize): Mark with const attribute. |
