Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Streams

Name: Anonymous 2010-06-03 14:49


#include <limits.h>
#include <stdio.h>

int
main()
{
int c;
char buf[SHRT_MAX];

printf("enter your exploit:\n");
for (short int i = 0;;i++)
{
c = getchar();
buf[i] = c;
}
}

Name: Anonymous 2010-06-03 14:55

No way am I typing 65536 characters. What's to exploit?

Name: kids these days 2010-06-03 15:05

C doesn't check the bounds? I am outraged!

Name: Anonymous 2010-06-03 15:07

>>1

c = getchar();
buf[i] = c;

herp derp

Name: Anonymous 2010-12-23 14:12

Name: Anonymous 2013-09-01 13:27


He is known for his role in developing Zermelo–Fraenkel axiomatic set theory and his proof of the well-ordering theorem.

Name: Anonymous 2013-09-01 15:44


Union of the sets A and B, denoted A ∪ B, is the set of all objects that are a member of A, or B, or both. The union of {1, 2, 3} and {2, 3, 4} is the set {1, 2, 3, 4} .

Don't change these.
Name: Email:
Entire Thread Thread List