summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-06-05 05:21:46 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-06-05 05:21:46 +0000
commitf9265a7efe4b53093dedcfa44de0d330484b86ef (patch)
treebcc36c1bfc9754de6924f2adc95b8a107f4eaa8b /lib/ChangeLog
parent53ca379fa304eeaafaae9691ffc20cba53bd3d59 (diff)
downloadcoreutils-f9265a7efe4b53093dedcfa44de0d330484b86ef.tar.xz
* regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
reported by Andreas Schwab.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index b0a50952e..42c19cbe3 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-04 Paul Eggert <eggert@cs.ucla.edu>
+
+ * regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
+ reported by Andreas Schwab.
+
2006-05-25 Paul Eggert <eggert@cs.ucla.edu>
* tempname.c (small_open, large_open): New macros.