Skip to content
Snippets Groups Projects
  1. Jun 03, 2022
  2. Feb 25, 2022
    • Timo Teräs's avatar
      io_gunzip: fix handling short reads near end-of-file · a920d3e4
      Timo Teräs authored
      The gzip library can drain all of the input to internal buffers
      and still keep providing data even if avail_in is zero. Previously
      it was assumed that avail_in != 0 if there is still data expected out,
      but this logic breaks near end-of-file for multiple short reads.
      
      Adjust logic to not process end-of-file event too early.
      
      fixes #10809
      a920d3e4
  3. Feb 24, 2022
  4. Jan 21, 2022
  5. Jan 17, 2022
  6. Dec 20, 2021
  7. Dec 17, 2021
  8. Dec 14, 2021
  9. Nov 12, 2021
  10. Oct 25, 2021
  11. Aug 23, 2021
  12. Aug 03, 2021
  13. Jul 26, 2021
  14. Jul 25, 2021
  15. Jul 23, 2021
Loading