]> git.eshelyaron.com Git - emacs.git/commit
Fix arithmetic overflow in GC consing count
authorPaul Eggert <eggert@day>
Sat, 27 Jul 2019 17:24:19 +0000 (10:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 Jul 2019 17:24:45 +0000 (10:24 -0700)
commitc26469daa752baf276bcad61b042b218402547de
treed4f457c7de12e3b1138761c8c6006448829545a1
parenta50271e0c39bad630b433e31434ef20f584bfc09
Fix arithmetic overflow in GC consing count

* src/alloc.c (allow_garbage_collection):
Redo expression to avoid signed arithmetic overflow
in an intermediate expression when CONSING is negative.
src/alloc.c