Commit 448e272d by Qiang Huang Committed by Stéphane Graber

lxc-test-concurrent: initialize saveptr before use

parent 6472dcc2
......@@ -162,7 +162,7 @@ int main(int argc, char *argv[]) {
quiet = 1;
break;
case 'm': {
char *mode_tok, *tok, *saveptr;
char *mode_tok, *tok, *saveptr = NULL;
modes = NULL;
for (i = 0, mode_tok = optarg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment