]> git.eshelyaron.com Git - emacs.git/commit
Fix pdumper-related GC bug
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Jul 2021 07:27:43 +0000 (00:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Jul 2021 08:30:11 +0000 (01:30 -0700)
commit2f7afef5ffe023a7a12520201ab70643f826abfd
treee205d56652cde83343a39dc4e742f8f1ffa2c203
parentd93ff9459feb77ed5df0d3af563d1280ff42062f
Fix pdumper-related GC bug

* src/alloc.c (mark_maybe_pointer): Also mark pointers
to pdumper objects, even when the pointers are tagged.
Add a FIXME saying why this isn’t enough.
src/alloc.c