commit | 305a4f32a5e8f3a898447e194a6830bd1090fa20 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Mon Jan 23 15:57:13 2023 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Jan 25 11:51:39 2023 +0100 |
tree | eb019cff97bef1145a4e7fe05fa4cd910c8c62ad | |
parent | e06ba9031843b6a55df486f5115b6675d71e22f7 [diff] |
BUG/MINOR: ssl: Fix leaks in 'update ssl ocsp-response' CLI command This patch fixes two leaks in the 'update ssl ocsp-response' cli command. One rather significant one since a whole trash buffer was allocated for every call of the command, and another more marginal one in an error path. This patch does not need to be backported.