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

Accidental infinite loop #31

Open
cholcombe973 opened this issue Sep 23, 2024 · 0 comments
Open

Accidental infinite loop #31

cholcombe973 opened this issue Sep 23, 2024 · 0 comments

Comments

@cholcombe973
Copy link

I'm not sure this is worth a bug report but I think I'll post this anyways just for anyone else that runs into it. I wrote my own little multipart form generator and I forgot to include 2 extra dashes in the boundary field. This causes the form-data crate to spin off into an infinite loop when trying to parse the form. The fix for this might be to just reject it as an invalid form.

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

No branches or pull requests

1 participant