diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-11-18 20:45:48 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-11-18 20:45:48 +0000 |
commit | a816d1ed6a3d5f6d82f77b4e391f32332c1b1817 (patch) | |
tree | 25a841aa54ce5c296f76c5f1e34bc1bab994f920 /gas/ChangeLog | |
parent | 6b70243f72bcad29cae24dec86c2bd531ff4dbbe (diff) | |
download | gdb-a816d1ed6a3d5f6d82f77b4e391f32332c1b1817.zip gdb-a816d1ed6a3d5f6d82f77b4e391f32332c1b1817.tar.gz gdb-a816d1ed6a3d5f6d82f77b4e391f32332c1b1817.tar.bz2 |
* config/tc-mips.c (s_change_section): Make sure input buffer
is not accessed past the end. Don't hand
obj_elf_change_section a pointer into the input buffer.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2b74b6b..4a5b671 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2002-11-18 Alexandre Oliva <aoliva@redhat.com> + + * config/tc-mips.c (s_change_section): Make sure input buffer + is not accessed past the end. Don't hand + obj_elf_change_section a pointer into the input buffer. + 2002-11-18 Alexandre Oliva <aoliva@redhat.com>, Chris Demetriou <cgd@broadcom.com> * config/tc-mips.c (tc_gen_reloc): Fix typo in handling of |