Files
Ronald Caesar 1b4192f7ab tests/memory: fix segfault
`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>
2026-03-09 05:25:35 +00:00
..
2026-03-09 05:25:35 +00:00