Files
SKELETONKEY/modules/pintheft_cve_2026_43494
leviathan f41eed834e pintheft: add missing <sys/mman.h> for mmap/mprotect/PROT_*
v0.9.0 release builds all 4 failed because pintheft module used mmap/
mprotect/PROT_READ/MAP_PRIVATE without including sys/mman.h. Worked on
the dev host because some indirect include pulled it in; CI's stricter
glibc/musl headers don't.
2026-05-23 22:19:59 -04:00
..