]> git.ipfire.org Git - thirdparty/curl.git/commit
RTSP: avoid integer overflow on funny RTSP response
authorDaniel Stenberg <daniel@haxx.se>
Sun, 8 Oct 2017 15:15:44 +0000 (17:15 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 8 Oct 2017 22:41:48 +0000 (00:41 +0200)
commit232dffcf2422baefa66617fdae2fb20085a8e386
tree7c066be3e8b10c7cf9167617ac9b66e7feffaf65
parenteb04636d68b078ac86558147ca124676f32dc285
RTSP: avoid integer overflow on funny RTSP response

... like a very large non-existing RTSP version number.

Added test 577 to verify.

Detected by OSS-fuzz.
Closes #1969
lib/http.c
tests/data/Makefile.inc
tests/data/test577 [new file with mode: 0644]