diff options
author | Keith Seitz <keiths@cygnus> | 1999-02-04 18:37:01 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1999-02-04 18:37:01 +0000 |
commit | 8f87134c125c9aeddc5b39f0f74bfd3a4d80a511 (patch) | |
tree | 4d0ca6e83611ae1ea7612934e2830ff3cac74412 /gdb/ChangeLog-gdbtk | |
parent | c498fa7287fa7e20243a7f61a61b88f98df61168 (diff) | |
download | gdb-8f87134c125c9aeddc5b39f0f74bfd3a4d80a511.zip gdb-8f87134c125c9aeddc5b39f0f74bfd3a4d80a511.tar.gz gdb-8f87134c125c9aeddc5b39f0f74bfd3a4d80a511.tar.bz2 |
Doh!
* gdbtk-variable.c (variable_create): Allocate enough
space to hold the NULL, too!
Diffstat (limited to 'gdb/ChangeLog-gdbtk')
-rw-r--r-- | gdb/ChangeLog-gdbtk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk index 69eb44f..68908ec 100644 --- a/gdb/ChangeLog-gdbtk +++ b/gdb/ChangeLog-gdbtk @@ -1,3 +1,8 @@ +Thu Feb 4 10:35:28 1999 Keith Seitz <keiths@cygnus.com> + + * gdbtk-variable.c (variable_create): Allocate enough + space to hold the NULL, too! + Wed Feb 3 13:37:07 1999 Keith Seitz <keiths@cygnus.com> * gdbtk-variable.c (variable_create): Add parentheses to the name |