Melkor_ELF_Fuzzer
Melkor_ELF_Fuzzer copied to clipboard
Fixed compilation error with gcc 13.3.0
Trying to compile Melkor using gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) on Ubuntu 24.04 x86_64 (WSL2) resulted in multiple definitions of PAGESIZE in melkor.h.
The fix is defining global variable PAGESIZE in melkor.c and making it extern in melkor.h.