mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-03-09 10:45:39 -07:00
`context->code_buffer` was only declared, not initialized, so the OS gave code_buffer a random address in memory. This random memory address was then freed during test_teardown(), causing a segfault. Signed-off-by: Ronald Caesar <github43132@proton.me>