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

Reject truncated header fields. #98

Closed
Lukasa opened this issue Mar 27, 2017 · 1 comment
Closed

Reject truncated header fields. #98

Lukasa opened this issue Mar 27, 2017 · 1 comment
Labels

Comments

@Lukasa
Copy link
Member

Lukasa commented Mar 27, 2017

Encountering the EOS symbol in a huffman-encoded string literal is a decoding error. Right now we tolerate it.

@Lukasa Lukasa added the bug label Mar 27, 2017
@Lukasa
Copy link
Member Author

Lukasa commented Mar 28, 2017

Ah, this was misdiagnosed: the actual bug that we hit is that we tolerate literal header fields that lie about their length.

@Lukasa Lukasa changed the title The EOS symbol must be forbidden in the huffman-encoded string literal representation. Reject truncated header fields. Mar 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant