diff options
author | Eli Zaretskii <eliz@gnu.org> | 2009-04-18 08:16:34 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2009-04-18 08:16:34 +0000 |
commit | d647eed6d56c7cf8cfa4fb35e610e7d7433760b8 (patch) | |
tree | 9c9a2af9cd4debabb820c8b4aad9d2398d7c8d29 /gdb/ChangeLog | |
parent | 45be3704c822b201bb2ec4734a550237f3aa2f74 (diff) | |
download | gdb-d647eed6d56c7cf8cfa4fb35e610e7d7433760b8.zip gdb-d647eed6d56c7cf8cfa4fb35e610e7d7433760b8.tar.gz gdb-d647eed6d56c7cf8cfa4fb35e610e7d7433760b8.tar.bz2 |
* go32-nat.c (go32_sysinfo): Check if the call to
__dpmi_get_capabilities fills the buffer with information, and
don't use the buffer if not.
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 f0cbe8e..d24dbb2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2009-04-18 Eli Zaretskii <eliz@gnu.org> + + * go32-nat.c (go32_sysinfo): Check if the call to + __dpmi_get_capabilities fills the buffer with information, and + don't use the buffer if not. + 2009-04-17 Tom Tromey <tromey@redhat.com> * charset.c (_initialize_charset): Add special case for "646". |