Skip to content
Snippets Groups Projects
Select Git revision
  • develop
  • master default protected
  • v1.2.11
  • v1.2.10
  • v1.2.9
  • v1.2.8
  • v1.2.7.3
  • v1.2.7.2
  • v1.2.7.1
  • v1.2.7
  • v1.2.6.1
  • v1.2.6
  • v1.2.5.3
  • v1.2.5.2
  • v1.2.5.1
  • v1.2.5
  • v1.2.4.5
  • v1.2.4.4
  • v1.2.4.3
  • v1.2.4.2
  • v1.2.4.1
  • v1.2.4
22 results

inflate.c

  • Mark Adler's avatar
    44e8ac81
    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
    History
    Handle case where inflateSync used when header never processed.
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.