diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2639cc5..4127a83 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2012-12-13 Pierre Muller <muller@sourceware.org> + + * coff-pe-read.c (pe_text_section_offset): Increase size of sname + local variable and zero terminate it to avoid possible problems + in strcmp. + 2012-12-13 Pedro Alves <palves@redhat.com> * coff-pe-read.c: Include coff/internal.h. |