]> git.ipfire.org Git - thirdparty/curl.git/commit
cookie: replace use of fgets() with custom version
authorDaniel Stenberg <daniel@haxx.se>
Tue, 27 Sep 2016 15:36:19 +0000 (17:36 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 31 Oct 2016 07:46:35 +0000 (08:46 +0100)
commitcff89bc088b7884098ea0c5378bbda3d49c437bc
tree4358449b61b0bc37b9678964daea07aea078a0ed
parent811a693b803a8715e15ba56fb161d9e6b3b6b016
cookie: replace use of fgets() with custom version

... that will ignore lines that are too long to fit in the buffer.

CVE-2016-8615

Bug: https://curl.haxx.se/docs/adv_20161102A.html
Reported-by: Cure53
lib/cookie.c