Linux Kernel PPC64/IA64 (AIO) Local Denial of Service Exploit
No description provided by source. // // Proof of Concept by Daniel McNeil // compile using cc -o aiodioread aiodioread.c -laio // define XOPENSOURCE 600 define GNUSOURCE include unistd.h include stdlib.h include stdio.h include string.h include errno.h include sys/fcntl.h include sys/mman.h...