Sam Cowger

Results 4 comments of Sam Cowger

I've tried building both of @langston-barrett's Dockerfiles, and they fail with errors similar to each other, but quite different from Langston's. Here's the result of trying to build the second...

FWIW, I just tried this second Dockerfile on a Linux machine, and got build failures quite similar, if not identical, to @langston-barrett's. Docker version 26.1.1, build 4cf5afa. My build logs:...

A possible cause is that your `qemu-libafl-bridge` fork is out of date. Your patch commit, https://github.com/langston-barrett/qemu-libafl-bridge/commit/d99f038e276cc39cd4be1b00cf47c8f3239ee838, is based on https://github.com/AFLplusplus/qemu-libafl-bridge/commit/0dc52ed6f3915f727aaec8648706760f278f0571, which appears to be vintage 2023.

I've just tried to use fast snapshotting in a fuzzing context and have encountered nearly the same assertion error: ```../system/memory.c:2655: memory_region_add_subregion_common: Assertion `!subregion->container' failed.``` @nine-point-eight-p, did you ever figure out...