-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Fixes for CSV AFL Issues #16154
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
Fixes for CSV AFL Issues #16154
Conversation
…ximum line size and buffer size
I took the liberty to rerun the fuzzer based on the PR, but it seems it still finds crashes / hangs. crashes |
Hey Chris, thanks for testing this again. Indeed that were a couple more crashes from The hangs are more complicated, we can't really early |
Thanks for the PR! Code changes looks good, two questions:
|
Basically cherry-picking the commits of #16154 to the `v1.2` branch, and reducing the number of tests to a minimal set.
Superseded by #16280 |
There are mainly two fixes in this PR:
Fix: https://github.com/duckdblabs/duckdb-internal/issues/4172