]> git.eshelyaron.com Git - emacs.git/commitdiff
* regex.c (EXTEND_BUFFER): Change order of pointer addition
authorChong Yidong <cyd@stupidchicken.com>
Wed, 26 Mar 2008 22:53:47 +0000 (22:53 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 26 Mar 2008 22:53:47 +0000 (22:53 +0000)
operations, to avoid having the difference between pointers
overflow.

src/ChangeLog

index d51a59e1031b9ace53e2a902b9ae3fec24e65627..33bff778dc2c15a8f04be1ccf85cc2334164823a 100644 (file)
@@ -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.