(sys_exec_info_script): Initialize buf. Problem reported by Bengt-Arne Fjellner.

This commit is contained in:
Sergey Poznyakoff
2007-10-29 08:51:46 +00:00
parent 3c4f4ca423
commit eb59c14a1f

View File

@@ -785,7 +785,7 @@ sys_exec_info_script (const char **archive_name, int volume_number)
int rc;
int status;
char *buf;
char *buf = NULL;
size_t size = 0;
FILE *fp;