zig/lib/compiler
Matthew Lugg 010dcd6a9b
fuzzer: account for runtime address slide
This is relevant to PIEs, which are notably enabled by default on macOS.
The build system needs to only see virtual addresses, that is, those
which do not have the slide applied; but the fuzzer itself naturally
sees relocated addresses (i.e. with the slide applied). We just need to
subtract the slide when we communicate addresses to the build system.
2025-11-20 10:42:20 +00:00
..
2025-11-19 01:42:45 +01:00
2025-10-29 06:20:50 -07:00
2025-10-29 06:20:51 -07:00
2025-09-18 22:39:33 -07:00