mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:03:31 +03:00
headers: handle unfold of space-cleansed headers
Detected by OSS-fuzz Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47767 Updated test 1274 Closes #8947
This commit is contained in:
parent
45de940ceb
commit
f810047f9d
2 changed files with 5 additions and 3 deletions
|
|
@ -19,7 +19,8 @@ Server: test-server/
|
|||
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
||||
ETag: "21025-dc7-39462498"
|
||||
Content-Length: 6
|
||||
Connection: close
|
||||
Connection:
|
||||
close
|
||||
|
||||
-foo-
|
||||
</data>
|
||||
|
|
@ -58,7 +59,8 @@ Server: test-server/
|
|||
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
||||
ETag: "21025-dc7-39462498"
|
||||
Content-Length: 6
|
||||
Connection: close
|
||||
Connection:
|
||||
close
|
||||
|
||||
</file>
|
||||
</verify>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue