diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/perform/perf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/perform/perf.c b/tools/test/perform/perf.c index 34b8a2d..2008a6e 100644 --- a/tools/test/perform/perf.c +++ b/tools/test/perform/perf.c @@ -117,7 +117,7 @@ extern char *optarg; int main(int argc, char **argv) { - char *buf, *tmp, *buf2, *tmp2, *check; + char *buf, *tmp, *buf2 = NULL, *tmp2 = NULL, *check; int i, j, mynod=0, nprocs=1, err, my_correct = 1, correct, myerrno; double stim, etim; double write_tim = 0; |