crashappsec / libcon4m

Base Compiler and Runtime Support for con4m
Apache License 2.0
0 stars 0 forks source link

gc: c4m_collect_arena(): fix segfault #39

Closed ee7 closed 3 months ago

ee7 commented 3 months ago

After commit 1e6a017302e4 (#31), running c4test could sometimes produce a segfault:

$ build/c4test tests/basic1.c4m
info: Compiling from: tests/basic1.c4m
zsh: segmentation fault (core dumped)  build/c4test tests/basic1.c4m

Apply John's suggested fix.

Fixes: #37

viega commented 3 months ago

Since I've already changed this in my branch I'd prefer not to have to deal with the merge issues.