From f7dc51fab5e43b1fc80196e6c26413d5c46ea30c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 24 Sep 2004 07:01:23 +0000 Subject: [PATCH] * modechange.c (mode_compile): Don't decrement past start of string. --- lib/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 1fbbb54..733f07c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2004-09-23 Paul Eggert + + * 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 * getopt.c: Remove extraneous spaces before TAB. -- 2.7.4