]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix parsing of certificate validator responses (#452)
authorChristos Tsantilas <christos@chtsanti.net>
Fri, 9 Aug 2019 04:18:37 +0000 (04:18 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sun, 18 Aug 2019 08:25:41 +0000 (20:25 +1200)
commitc311939d554333c4c68f987bd0d2a5f228664e9d
tree17d88afcf2c50dfcb0242b5adcb30dc42f1cb9f4
parentaefe3ddd81515e6f435a081b797ba0c26496ab0a
Fix parsing of certificate validator responses (#452)

If a certificate validator did not end its response with an end-of-line
or whitespace character, then Squid, while parsing the response,
accessed the bytes after the end of the buffer where the response is
stored.

This is a Measurement Factory project.
src/ssl/cert_validate_message.cc