summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-24 07:01:23 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-24 07:01:23 +0000
commitf7dc51fab5e43b1fc80196e6c26413d5c46ea30c (patch)
tree8dfba8eef394e53835e85c42c8cc9d3bc94fddb3 /lib
parentd7caebfe16375066910e6eb9818dd62a9ee169d5 (diff)
downloadcoreutils-f7dc51fab5e43b1fc80196e6c26413d5c46ea30c.tar.xz
* modechange.c (mode_compile): Don't decrement past start of string.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 1fbbb54d0..733f07c36 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-23 Paul Eggert <eggert@cs.ucla.edu>
+
+ * modechange.c (mode_compile): Don't decrement a pointer that
+ points to the start of a string, as the C Standard says the
+ resulting behavior is undefined.
+
2004-09-22 Jim Meyering <jim@meyering.net>
* getopt.c: Remove extraneous spaces before TAB.