Melkor_ELF_Fuzzer icon indicating copy to clipboard operation
Melkor_ELF_Fuzzer copied to clipboard

Fixed compilation error with gcc 13.3.0

Open vsl-iil opened this issue 1 year ago • 0 comments

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.

vsl-iil avatar Apr 10 '25 19:04 vsl-iil