mirror of
https://github.com/curl/curl.git
synced 2026-08-04 22:26:13 +03:00
websockets: check for negative payload lengths
- in en- and decoding, check the websocket frame payload lengths for negative values (from curl_off_t) and error the operation in that case - add test 2307 to verify Closes #12707
This commit is contained in:
parent
9034a16d97
commit
49ca84144e
4 changed files with 85 additions and 1 deletions
|
|
@ -81,6 +81,8 @@
|
|||
2301
|
||||
2302
|
||||
2305
|
||||
# response body seem not to be handled by hyper
|
||||
2307
|
||||
%endif
|
||||
2043
|
||||
# The CRL test (313) doesn't work with rustls because rustls doesn't support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue