Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s2: Fix callbacks for skippable blocks and disallow 0xfe (Padding) for custom use #916

Merged
merged 1 commit into from
Jan 25, 2024

Commits on Jan 25, 2024

  1. s2: Fix callbacks for skippable blocks and disallow 0xfe (Padding) fo…

    …r custom use
    
    The spec writes that 0xfe must not be interpreted by decompressors, so
    setting up a callback should be denied.
    
    I left 0xfe open for use by the Writer, as it could maybe be valid for a
    user to handle padding manually.
    Jille committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8fd0a4b View commit details
    Browse the repository at this point in the history