]> git.eshelyaron.com Git - emacs.git/commit
* bytecode.c (unmark_byte_stack, exec_byte_code): use ptrdiff_t, not int.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Oct 2011 05:57:41 +0000 (22:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Oct 2011 05:57:41 +0000 (22:57 -0700)
commit39b5db3b1bb51088830bdf2d5e50940d462573d2
treec542d4843a117800093a0258de4699ff5bb2321d
parent79cce3f2364019ca04f34857e01c76c4e7b39004
* bytecode.c (unmark_byte_stack, exec_byte_code): use ptrdiff_t, not int.

(exec_byte_code): Use tighter memory-full test, one that checks
for alloca overflow.  Do not compute the address of the object
just before an array.
src/ChangeLog
src/bytecode.c