diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-12-09 16:36:15 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-12-09 16:36:15 +0000 |
commit | 4100683baad9f616d7510a789bef00fbd396a0eb (patch) | |
tree | f70fd4670a60c4e2ada82f761eff1e9adae37b94 /gdb/ChangeLog | |
parent | fbc558e16b993e66a468bf5b901bc39a53b483d5 (diff) | |
download | gdb-4100683baad9f616d7510a789bef00fbd396a0eb.zip gdb-4100683baad9f616d7510a789bef00fbd396a0eb.tar.gz gdb-4100683baad9f616d7510a789bef00fbd396a0eb.tar.bz2 |
* remote.c (remote_parse_stop_reply): Use REG only after its NULL check.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5e34bbb..233ea29 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-12-09 Jan Kratochvil <jan.kratochvil@redhat.com> + + * remote.c (remote_parse_stop_reply): Use REG only after its NULL check. + 2008-12-08 Joel Brobecker <brobecker@adacore.com> * python/python-value.c (values_in_python): Add specific initialization |