1 // commit: 3e936ce81bbbcc968f576aedbd5203621839f152 2014-09-19
2 // flockfile linked list handling was broken
19 if (t_vmfill(0,0,0) < 0)
20 t_error("vmfill failed: %s\n", strerror(errno
));
23 for (n
= 1; n
< 10000; n
++) {
24 if (!(p
=malloc(n
))) break;
29 t_error("bad malloc fragmentation\n");
34 /* may corrupt memory */
38 t_error("p[%zu] = %.2x\n", i
, p
[i
]);