diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-03-26 22:53:47 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-03-26 22:53:47 +0000 |
commit | 3cf8cdfbc6ac552e03de339a3fa2175299279f44 (patch) | |
tree | 9c0daac0338085cfd66b71bfb12bcbdfec6e1ab4 | |
parent | 80e3db569f72e628b8fc999d39833dd4fdfca8d1 (diff) | |
download | emacs-3cf8cdfbc6ac552e03de339a3fa2175299279f44.tar.gz emacs-3cf8cdfbc6ac552e03de339a3fa2175299279f44.tar.bz2 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/ChangeLog | 6 |
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 @@ +2008-03-26 Alexandre Oliva <aoliva@redhat.com> (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 <monnier@iro.umontreal.ca> * indent.c (check_display_width): New fun. |