diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-01-05 10:12:25 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-01-05 10:12:25 +0000 |
commit | ebe8b99135d0de280c4094b0affdb4b5a6d2835b (patch) | |
tree | 578e76b26d389277218515d53f03a5cd12a15416 /bfd/ChangeLog | |
parent | 8936fcda88c915c942559802689bcfe3da59ab6e (diff) | |
download | gdb-ebe8b99135d0de280c4094b0affdb4b5a6d2835b.zip gdb-ebe8b99135d0de280c4094b0affdb4b5a6d2835b.tar.gz gdb-ebe8b99135d0de280c4094b0affdb4b5a6d2835b.tar.bz2 |
* texhex.c (first_phase): Don't fall through into the default
case.
(pass_over): Replace abort () calls with return FALSE. Fix
buffer overflow.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c2101ca..e341c1f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2007-01-05 Jakub Jelinek <jakub@redhat.com> + + * texhex.c (first_phase): Don't fall through into the default + case. + (pass_over): Replace abort () calls with return FALSE. Fix + buffer overflow. + 2007-01-04 Jie Zhang <jie.zhang@analog.com> * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't set |