-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix more serde flatten bugs in the fuzzer (#523)
* Work on more fuzzer bugs with serde * Avoid quadratic backtracking for unterminated strings in struct type check * Account for variant tag and content in length minimisation * Improve invalid raw ron detection in fuzz * Add fix for untagged flattened None * Fix another weird fuzz case * Fix rustfmt and remove unfixed tests * Rebase with explicit_struct_names extension * Remove debug print
- Loading branch information
Showing
4 changed files
with
262 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.