mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #240] [MERGED] Added note about invalid distance values #834
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/240
Author: @ende76
Created: 10/26/2015
Status: ✅ Merged
Merged: 10/27/2015
Merged by: @szabadka
Base:
master← Head:master📝 Commits (2)
a05fa62Added note about invalid distance valuesd1cd34fMoved not about invalid distances up to 0-15 section📊 Changes
2 files changed (+11 additions, -8 deletions)
View changed files
📝
docs/draft-alakuijala-brotli-07.nroff(+3 -0)📝
docs/draft-alakuijala-brotli-07.txt(+8 -8)📄 Description
It might be helpful for implementers to mention briefly conditions that qualify an input stream for rejection. This has already been applied in other places, so I believe it would make sense for distances as well.
It is my understanding that a negative distance, or a zero distance should be rejected as invalid.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.