]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl/ocsp: check chunk_strcpy() in ssl_ocsp_get_uri_from_cert()
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 22 Dec 2022 09:09:11 +0000 (10:09 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 22 Dec 2022 09:09:11 +0000 (10:09 +0100)
commit8bc00f8bdc67067e082ae7779e05360a0527748d
tree3fc6411881dfecf2405010b9b697d1b8876b157d
parentc8d814ed63119c4f76e6e4ef211b583eac362a8e
BUG/MINOR: ssl/ocsp: check chunk_strcpy() in ssl_ocsp_get_uri_from_cert()

Check the return value of chunk_strcpy() in
ssl_ocsp_get_uri_from_cert().

Should fix issue #1975.
src/ssl_ocsp.c