diff options
author | Tom Tromey <tromey@redhat.com> | 2012-02-02 16:22:21 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-02-02 16:22:21 +0000 |
commit | c709a7c2b06cc388ab364015c433b95076d1eb56 (patch) | |
tree | 1f42a70757837e5ac3a72d195c69243e145eba55 /gdb/ChangeLog | |
parent | 7c4f9963c7b33e51e4bf1cf8c9de6f870a1d3307 (diff) | |
download | gdb-c709a7c2b06cc388ab364015c433b95076d1eb56.zip gdb-c709a7c2b06cc388ab364015c433b95076d1eb56.tar.gz gdb-c709a7c2b06cc388ab364015c433b95076d1eb56.tar.bz2 |
PR gdb/13405:
* tui/tui-win.c (parse_scrolling_args): Don't write to possibly
read-only memory.
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 4ca12dc..211af59 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2012-02-02 Tom Tromey <tromey@redhat.com> + PR gdb/13405: + * tui/tui-win.c (parse_scrolling_args): Don't write to possibly + read-only memory. + +2012-02-02 Tom Tromey <tromey@redhat.com> + PR gdb/9307: * symtab.c (lookup_language_this): Set block_found. |