]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: Stop leaking `err` in ssl_sock_load_ocsp()
authorTim Duesterhus <tim@bastelstu.be>
Sun, 19 Mar 2023 15:07:47 +0000 (16:07 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 28 Mar 2023 09:09:12 +0000 (11:09 +0200)
commitb39c24b29e0ad22b4e76b5f83d8c21e65c59e3b8
treeea6360c394dfe779670564659a1093f607915de5
parentcec3baa4fad82694edc255183872d2e02cfdaab3
BUG/MINOR: ssl: Stop leaking `err` in ssl_sock_load_ocsp()

Previously performing a config check of `.github/h2spec.config` would report a
20 byte leak as reported in GitHub Issue #2082.

The leak was introduced in a6c0a59e9af65180c3ff591b91855bea8d19b352, which is
dev only. No backport needed.
src/ssl_sock.c