Skip to content

deflate bug with windowBits == 8? #171

@vinniefalco

Description

@vinniefalco

What's all this about?

    if (windowBits == 8) windowBits = 9;  /* until 256-byte window bug fixed */

https://github.com/madler/zlib/blob/master/deflate.c#L276

Does this mean that 256-byte windows are broken?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions