From 3cf8cdfbc6ac552e03de339a3fa2175299279f44 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 26 Mar 2008 22:53:47 +0000 Subject: [PATCH] * regex.c (EXTEND_BUFFER): Change order of pointer addition operations, to avoid having the difference between pointers overflow. --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index d51a59e1031..33bff778dc2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2008-03-26 Alexandre Oliva (tiny change) + + * regex.c (EXTEND_BUFFER): Change order of pointer addition + operations, to avoid having the difference between pointers + overflow. + 2008-03-26 Stefan Monnier * indent.c (check_display_width): New fun. -- 2.39.5