Backport from dev branch: infinite loop in zip_expand_symlink_path().
This commit is contained in:
parent
5a07f78897
commit
08a15ea0c6
archivers
|
@ -670,6 +670,7 @@ static void zip_expand_symlink_path(char *path)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
prevptr = ptr;
|
prevptr = ptr;
|
||||||
|
ptr++;
|
||||||
} /* else */
|
} /* else */
|
||||||
} /* while */
|
} /* while */
|
||||||
} /* zip_expand_symlink_path */
|
} /* zip_expand_symlink_path */
|
||||||
|
|
Loading…
Reference in New Issue