]> git.eshelyaron.com Git - emacs.git/commit
src/bytecode.c: Add optional sanity check for jump tables.
authorVibhav Pant <vibhavp@gmail.com>
Sat, 11 Feb 2017 14:43:54 +0000 (20:13 +0530)
committerVibhav Pant <vibhavp@gmail.com>
Sat, 11 Feb 2017 14:43:54 +0000 (20:13 +0530)
commit7c2d493540b6e2e1661397812c5ed9fcff04e36c
tree1dd0415bf2e6972dce2594f9459f5c51754ae045
parentc1a9b5db0e2985e7c46fb3b1e50e9d17785f7fa3
src/bytecode.c: Add optional sanity check for jump tables.

* src/bytecode.c (exec_byte_code): When sanity checks are enabled,
  check that the jump table's size is equal to it's count.
src/bytecode.c