Skip to content
Snippets Groups Projects
  1. Apr 16, 2017
    • Mark Adler's avatar
      Handle case where inflateSync used when header never processed. · 44e8ac81
      Mark Adler authored
      If zlib and/or gzip header processing was requested, but a header
      was never provided and inflateSync was used successfully, then the
      inflate state would be inconsistent, trying to compute a check
      value but with no flags set. This commit sets the inflate mode to
      raw in this case, since there is no other assumption that can be
      made if a header was requested but never seen.
      44e8ac81
  2. Mar 30, 2017
  3. Feb 19, 2017
  4. Feb 16, 2017
  5. Jan 16, 2017
  6. Jan 15, 2017
  7. Jan 03, 2017
  8. Jan 02, 2017
  9. Jan 01, 2017
  10. Dec 31, 2016
Loading