Ensure is_tar is always initialized.
cmr=v1.7.4:reviewer=rhc This commit was SVN r29683.
Этот коммит содержится в:
родитель
750e6f6895
Коммит
0749919127
@ -158,7 +158,7 @@ int opal_compress_bzip_decompress_nb(char * cname, char **fname, pid_t *child_pi
|
||||
char * dir_cname = NULL;
|
||||
pid_t loc_pid = 0;
|
||||
int status;
|
||||
bool is_tar;
|
||||
bool is_tar = false;
|
||||
|
||||
if( 0 == strncmp(&(cname[strlen(cname)-8]), ".tar.bz2", strlen(".tar.bz2")) ) {
|
||||
is_tar = true;
|
||||
|
@ -159,7 +159,7 @@ int opal_compress_gzip_decompress_nb(char * cname, char **fname, pid_t *child_pi
|
||||
char * dir_cname = NULL;
|
||||
pid_t loc_pid = 0;
|
||||
int status;
|
||||
bool is_tar;
|
||||
bool is_tar = false;
|
||||
|
||||
if( 0 == strncmp(&(cname[strlen(cname)-7]), ".tar.gz", strlen(".tar.gz")) ) {
|
||||
is_tar = true;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user