Backport from dev branch: infinite loop in zip_expand_symlink_path().
This commit is contained in:
parent
4043d09295
commit
647867b6e4
|
@ -628,6 +628,7 @@ static void zip_expand_symlink_path(char *path)
|
|||
else
|
||||
{
|
||||
prevptr = ptr;
|
||||
ptr++;
|
||||
} /* else */
|
||||
} /* while */
|
||||
} /* zip_expand_symlink_path */
|
||||
|
|
Loading…
Reference in New Issue