summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-11 18:29:06 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-11 18:29:06 +0000
commitba79117e35e35b9792c0c4d516cf8901585df90b (patch)
tree3b3f7c159a8ff727d607816139df04827305e4cd /lib/ChangeLog
parent0154d1876bba4cb56c606406add8bf68954a495a (diff)
downloadcoreutils-ba79117e35e35b9792c0c4d516cf8901585df90b.tar.xz
(re_string_skip_chars): Don't assume WEOF fits in wchar_t.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 802bde813..78d9b9090 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,8 @@
2006-08-11 Paul Eggert <eggert@cs.ucla.edu>
+ * regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
+ in wchar_t. Problem reported by Eric Blake.
+
* snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
LEN is smaller than SIZE. Suggested by Bruno Haible.
Also, help the compiler to keep LEN in a register.