Fix for PR 3978:
authorFred Fish <fnf@specifix.com>
Thu, 18 Nov 1993 16:34:43 +0000 (16:34 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 18 Nov 1993 16:34:43 +0000 (16:34 +0000)
* valprint.c (val_print_string):  When looking for a null
terminator compare current bufsize to fetchlimit to determine
when to stop, instead of computing buffer+fetchlimit which
may overflow for very large limits (like "unlimited").

gdb/ChangeLog

index c4ac7b68222a199a940a7970f5686c438f52adf4..e3424726893ccc846b58b811fb6a6256e7a87eb8 100644 (file)
@@ -1,3 +1,10 @@
+Thu Nov 18 08:25:50 1993  Fred Fish  (fnf@cygnus.com)
+
+       * valprint.c (val_print_string):  When looking for a null
+       terminator compare current bufsize to fetchlimit to determine
+       when to stop, instead of computing buffer+fetchlimit which
+       may overflow for very large limits (like "unlimited").
+
 Wed Nov 17 18:23:09 1993  Kung Hsu  (kung@cirdan.cygnus.com)
 
        * eval.c(evaluate_subexp): to use unified search so type conversion