Change #236832
Category | gzip |
Changed by | Paul Eggert <eggert | @cs.ucla.edu>
Changed at | Mon 16 Jun 2025 21:49:57 |
Repository | git://git.savannah.gnu.org/gzip.git |
Project | gzip |
Branch | master |
Revision | 575250263c81801486ecf1c64dd0a6b239768d79 |
Comments
unzip: refactor loop that never loops * unzip.c (bad_zipfile): New static function, with most of the old contents of check_zipfile. This is clearer than the trick of having a loop that never loops. (check_zipfile): Use it.
Changed files
- unzip.c