Fixed infinite loop in zip_expand_symlink_path().
This patch was from Francois Gouget, who found this bug in MojoSetup's copy of the zip archiver code.
This commit is contained in:
parent
4446cfa613
commit
c6ca60eb20
|
@ -669,6 +669,7 @@ static void zip_expand_symlink_path(char *path)
|
|||
else
|
||||
{
|
||||
prevptr = ptr;
|
||||
ptr++;
|
||||
} /* else */
|
||||
} /* while */
|
||||
} /* zip_expand_symlink_path */
|
||||
|
|
Loading…
Reference in New Issue