AFLplusplus / qemuafl

This fork of QEMU enables fuzzing userspace ELF binaries under AFL++.
https://aflplus.plus
Other
79 stars 43 forks source link

linux-user: fix compat with glibc >= 2.36 #41

Closed wlingze closed 2 years ago

wlingze commented 2 years ago

The latest glibc 2.36 has extended sys/mount.h, which causes error when compiling in a glibc 2.36 environment. (e.g. ArchLinux). This has been fixed by qemu, and this is a synopsis of that fix.

andreafioraldi commented 2 years ago

Thank you