]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/conflicts.c (conflict_report): Be sure not to append to res
[bison.git] / ChangeLog
index 52e9b43a9449f5b41467953e03d9e90957878cba..4af5f372346cb7753c9a66f56110ac791265ad73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-02-08  Akim Demaille  <akim@epita.fr>
+
+       * src/conflicts.c (conflict_report): Be sure not to append to res
+       between two calls, which could happen if both first sprintf were
+       skipped, but not the first cp += strlen.
+
 2001-02-08  Akim Demaille  <akim@epita.fr>
 
        * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c: