fix infinite loop when parsing specially-crafted headers (#521)

This commit is contained in:
Alessandro Ros
2024-02-21 23:36:35 +01:00
committed by GitHub
parent 4a8bcf3634
commit 55fa72f0c2
4 changed files with 18 additions and 29 deletions

View File

@@ -0,0 +1,2 @@
go test fuzz v1
string("=\"")

View File

@@ -0,0 +1,2 @@
go test fuzz v1
string("=\x84")