History log of /curl/tests/data/test2307 (Results 1 – 2 of 2)
Revision Date Author Comments
# 2462c9d5 17-Jan-2024 Stefan Eissing

test2307: fix expected failure code after ws refactoring

Fixes #12722
Closes #12728


# 49ca8414 15-Jan-2024 Stefan Eissing

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 ca

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

show more ...