parser,scanner,ast: make the scanner and parser more robust, by implementing more limits (preventing panics, discovered by fuzzing)

This commit is contained in:
Delyan Angelov 2024-08-20 13:21:25 +03:00
parent 50457647de
commit c92577e6ed
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
14 changed files with 158 additions and 61 deletions

2
.gitignore vendored
View file

@ -152,3 +152,5 @@ vlib/v/tests/*.js
# ignore .NET7.0 Assembly Files
bench/vectors/bin
bench/vectors/obj
autofuzz.log