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 crash on bad input #83

Merged
merged 1 commit into from Aug 1, 2019

Conversation

schantaraud
Copy link
Contributor

@schantaraud schantaraud commented Jul 27, 2019

Fixes #82

Solution provided by mscdex/busboy#140 (comment)

It prevents Fastify from crashing on bad input and allows the developer to handle busboy constructor exceptions in Fastify's errorHandler.

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind adding a unit test?

@mcollina
Copy link
Member

Great work!

@schantaraud
Copy link
Contributor Author

@mcollina done

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mcollina mcollina merged commit 664167c into fastify:master Aug 1, 2019
@mcollina
Copy link
Member

mcollina commented Aug 1, 2019

Done

@schantaraud schantaraud deleted the fix/handle-busboy-throws branch August 1, 2019 16:14
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.

Sending empty of invalid multipart data crashes Fastify
3 participants