7 void do_child_badness ( char* p
)
9 /* Free it a second time */
13 void do_parent_badness ( char* p
)
15 /* Do a write off the end */
23 char* p
= malloc(10); assert(p
);
26 /* parent does something bad */
30 assert(child
!= -1); /* assert fork did not fail */