]> git.eshelyaron.com Git - emacs.git/commit
Guard against signed integer overflows
authorPhilipp Stephani <phst@google.com>
Sun, 4 Jun 2017 17:22:41 +0000 (19:22 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 4 Jun 2017 17:50:51 +0000 (19:50 +0200)
commita8a93b11cfa673c14c9a0d93ba87a16459dcde00
tree3915f68dc9df02944e5ddb0d71abb45bcdccc1d3
parent549706241e5ce6fe7f1131d7f132a19bdb1abdd9
Guard against signed integer overflows

* src/emacs-module.c (module_extract_integer)
(module_copy_string_contents, module_make_string): Guard against
signed integer overflows.
src/emacs-module.c