Commit a9bd296d051d3edccf7eb07517d89eaa47ddb872

Stefan Sperling 2022-02-08T10:48:04

fix infinite loop in got-index-pack for pack files >= 4GB in size Because of a missing range check our zlib wrapper would end up calling zlib over and over with zero bytes of input. Problem reported by semarie and naddy. Fixed with help from millert@. ok millert naddy