aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-03-26 22:53:47 +0000
committerChong Yidong2008-03-26 22:53:47 +0000
commit3cf8cdfbc6ac552e03de339a3fa2175299279f44 (patch)
tree9c0daac0338085cfd66b71bfb12bcbdfec6e1ab4
parent80e3db569f72e628b8fc999d39833dd4fdfca8d1 (diff)
downloademacs-3cf8cdfbc6ac552e03de339a3fa2175299279f44.tar.gz
emacs-3cf8cdfbc6ac552e03de339a3fa2175299279f44.zip
* regex.c (EXTEND_BUFFER): Change order of pointer addition
operations, to avoid having the difference between pointers overflow.
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d51a59e1031..33bff778dc2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
2
3 * regex.c (EXTEND_BUFFER): Change order of pointer addition
4 operations, to avoid having the difference between pointers
5 overflow.
6
12008-03-26 Stefan Monnier <monnier@iro.umontreal.ca> 72008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * indent.c (check_display_width): New fun. 9 * indent.c (check_display_width): New fun.