]> 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)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 10 Aug 2019 09:35:57 +0000 (09:35 +0000)
commit77da1d910443cae455b5764d8d768bd3870f45ed
treeaf1533fd5df10fa8e8ba6db7a04f24f63fc7ae9a
parent1a8eba3b82d04e9971647937ea2939ab1b924744
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