diff options
author | Keith Seitz <keiths@redhat.com> | 2001-03-14 18:36:45 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2001-03-14 18:36:45 +0000 |
commit | 91c1720e680c679cbfd6314e72bd6ba2b383e31f (patch) | |
tree | 6d0285650734f14a9c6e60aa03243b16ba054818 /gdb/ChangeLog | |
parent | 3cc122b3fe78d8abf3e3d5dd0c462f75e4941b37 (diff) | |
download | gdb-91c1720e680c679cbfd6314e72bd6ba2b383e31f.zip gdb-91c1720e680c679cbfd6314e72bd6ba2b383e31f.tar.gz gdb-91c1720e680c679cbfd6314e72bd6ba2b383e31f.tar.bz2 |
* linespec.c (decode_line_1): Skip argptr over a leading
double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fc5477c..a4e0c14 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-03-14 Keith Seitz <keiths@cygnus.com> + + * linespec.c (decode_line_1): Skip argptr over a leading + double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes. + 2001-03-14 Kevin Buettner <kevinb@redhat.com> * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry. |