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 4043d09 commit 647867b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions archivers/zip.c
Expand Up @@ -628,6 +628,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 647867b

Please sign in to comment.