Here is the patch to fix the issue. -- Franck Joncourt
Description: Fixed uninitialized variable Forwarded: not-nedded Author: Franck Joncourt <[email protected]> Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=7171754 Bug-Debian: http://bugs.debian.org/717754 Applied-Upstream: 2.0.4
--- a/client/fwknop.c
+++ b/client/fwknop.c
@@ -625,7 +625,7 @@
char args_save_file[MAX_PATH_LEN];
char args_str[MAX_LINE_LEN] = "";
FILE *args_file_ptr = NULL;
- int i = 0, args_str_len;
+ int i = 0, args_str_len = 0;
#ifdef WIN32
/* Not sure what the right thing is here on Win32, just return
signature.asc
Description: This is a digitally signed message part.

