Skip to content

Commit

Permalink
Backport from dev branch: infinite loop in zip_expand_symlink_path().
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 1, 2011
1 parent 5a07f78 commit 08a15ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions archivers/zip.c
Expand Up @@ -670,6 +670,7 @@ static void zip_expand_symlink_path(char *path)
else
{
prevptr = ptr;
ptr++;
} /* else */
} /* while */
} /* zip_expand_symlink_path */
Expand Down

0 comments on commit 08a15ea

Please sign in to comment.