]> git.eshelyaron.com Git - emacs.git/commit
Fix assertion violation in pdumper.c
authorEli Zaretskii <eliz@gnu.org>
Mon, 17 Aug 2020 16:30:02 +0000 (09:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Aug 2020 16:30:40 +0000 (09:30 -0700)
commit3a17b9f265fd6d42e82f649533027b4531f9dabf
tree9ed986e1a8105a8254d5e4d9f17c7970baa17486
parent12c9941a35eebd459d6311d01b0ec6df49c862bc
Fix assertion violation in pdumper.c

* src/pdumper.c (pdumper_find_object_type_impl): When checking
last_mark_bits, require the offset to be less than
discardable_start, not cold_start.  This fixes a typo introduced in
2020-08-14T21:33:21Z!eggert@cs.ucla.edu (Bug#42832).
src/pdumper.c