diff options
| author | Roland McGrath <[email protected]> | 2009-01-05 00:10:11 -0800 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2009-01-21 16:07:43 -0800 |
| commit | 315ebd5288553448406d77b007ff658c1b83abb3 (patch) | |
| tree | ad7709ed17cf0874e50c19e6c365669301a8e396 /libelf/ChangeLog | |
| parent | 3614d99198838a888005e923b36e8e0fbd5ec432 (diff) | |
Fix possible crash in note conversion.
Diffstat (limited to 'libelf/ChangeLog')
| -rw-r--r-- | libelf/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 38d352de..be259e62 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -12,6 +12,11 @@ * Makefile.am: Use USE_LOCKS instead of USE_TLS. * elf_error.c: Always use __thread. Remove all !USE_TLS code. +2009-01-04 Roland McGrath <[email protected]> + + * note_xlate.h (elf_cvt_note): Don't examine a size too small to + container a note header. + 2008-12-11 Roland McGrath <[email protected]> * elf32_updatefile.c (__elfw2(LIBELFBITS,updatemmap)): Handle |
