Backport from dev branch: infinite loop in zip_expand_symlink_path().

This commit is contained in:
Ryan C. Gordon 2011-06-01 03:16:15 -04:00
parent 5a07f78897
commit 08a15ea0c6
1 changed files with 1 additions and 0 deletions

View File

@ -670,6 +670,7 @@ static void zip_expand_symlink_path(char *path)
else
{
prevptr = ptr;
ptr++;
} /* else */
} /* while */
} /* zip_expand_symlink_path */