commit | e3a5f84e53b407bf06e38922bc5f24379d759086 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Tue Aug 11 11:18:46 2020 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Aug 11 11:18:46 2020 +0200 |
tree | 4c26d4609f0aaae86667d826c88929e5f0a35d07 | |
parent | b36dcc66ed8f698084e8c1f6eacbd7d36fde0f69 [diff] |
BUG/MINOR: ssl: double free w/ smp_fetch_ssl_x_chain_der() smp_fetch_ssl_x_chain_der() uses the SSL_get_peer_cert_chain() which does not increment the refcount of the chain, so it should not be free'd. The bug was introduced by a598b50 ("MINOR: ssl: add ssl_{c,s}_chain_der fetch methods"). No backport needed.