bug#75924: gzip: add special eof handling for s390x

2025-02-18 Thread Andreas Hasenack
Hi, This is on top of the previous patch I presume? It doesn't have the __builtin_unreachable() line the previous patch added, but I might have missed an update. On Mon, Feb 17, 2025 at 7:44 AM Eduard Stefes wrote: > > due to hardware limitations we cannot rely on the OESC error code > before th

bug#75924: gzip: add special eof handling for s390x

2025-02-17 Thread GNU gzip discussion and bug reports.
due to hardware limitations we cannot rely on the OESC error code before the hardware parsed the initial huffman tree. For this case we have to add a branch to the EOF handling. we return an errorcode 2 (invalid data) if we where still in the initial phase (bytes_out == 0). Otherwise we continue wi