From: David Taylor Date: Tue, 8 Aug 2000 03:23:14 +0000 (+0000) Subject: remove build_parse entry about buffer overrun. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d46740afbfe1cb530b84fd81eed15a39b6283744;p=binutils-gdb.git remove build_parse entry about buffer overrun. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d06101d89eb..df64e9fd8d6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 7 23:21:22 2000 David Taylor + + * TODO: remove build_parse entry. + 2000-08-07 Kevin Buettner * command.c (add_cmd, add_abbrev_cmd, add_prefix_cmd, diff --git a/gdb/TODO b/gdb/TODO index 633ac79bdb0..c0931bef294 100644 --- a/gdb/TODO +++ b/gdb/TODO @@ -59,10 +59,6 @@ GDB 5.0 doesn't work on Linux/SPARC -- -parse.c:build_parse() has a buffer overrun. - --- - Thread support. Right now, as soon as a thread finishes and exits, you're hosed. This problem is reported once a week or so.