From 57c14286dbc7ae988e3d07831d990d6fcdf70fd7 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 9 Sep 2014 19:10:51 +0200 Subject: [PATCH] Ensure variable is initialized --- src/nwipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nwipe.c b/src/nwipe.c index cab6889..ab54921 100644 --- a/src/nwipe.c +++ b/src/nwipe.c @@ -518,7 +518,7 @@ void *signal_hand(void *ptr) if ( c[i]->thread ) { - char *status; + char *status = ""; switch( c[i]->pass_type ) { case NWIPE_PASS_FINAL_BLANK: