Merge pull request #7267 from joshuawarner32/fuzzing-bugs-2

Fix a bunch of parser/formatter bugs found in fuzzing
This commit is contained in:
Joshua Warner 2024-11-29 17:33:57 -08:00 committed by GitHub
commit 364249a29d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
347 changed files with 8219 additions and 1162 deletions

View file

@ -1,6 +1,6 @@
#![no_main]
use libfuzzer_sys::fuzz_target;
use bumpalo::Bump;
use libfuzzer_sys::fuzz_target;
use test_syntax::test_helpers::Input;
fuzz_target!(|data: &[u8]| {