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

Fix potential TypeError with malformed cookie #42

Merged
merged 1 commit into from
Dec 7, 2020

Conversation

proton-ab
Copy link
Contributor

Fixes #41

Additionally, I believe that urldecode in this situation can never return NULL because we always pass string to it, and urldecode just passes the malformed string as-is.

@simensen simensen merged commit 031d504 into dflydev:master Dec 7, 2020
@simensen
Copy link
Member

simensen commented Dec 7, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError on urldecode() with malformed cookie
2 participants