Project

General

Profile

Bug #1443 » test.c.patch

Patch File (diff -u) - Bill Parker, 04/08/2015 12:13 PM

View differences:

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;
(1-1/4)