Bug #1443 » test.c.patch
| test.c 2015-04-07 13:18:43.828591506 -0700 | ||
|---|---|---|
|
}
|
||
|
test->buf = malloc(buf.st_size * clone_count + clone_count - 1);
|
||
|
if (test->buf == NULL) {
|
||
|
return -1;
|
||
|
}
|
||
|
test->len = 0;
|
||
|
test->pos = 0;
|
||