Skip to content

Commit

Permalink
Fixed infinite loop in zip_expand_symlink_path().
Browse files Browse the repository at this point in the history
This patch was from Francois Gouget, who found this bug in MojoSetup's copy
 of the zip archiver code.
  • Loading branch information
icculus committed Jun 1, 2011
1 parent 4446cfa commit c6ca60e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/archiver_zip.c
Expand Up @@ -669,6 +669,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 c6ca60e

Please sign in to comment.