commit | 4930c6c869fb875554d60ce9a2d6362cf16cf295 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Fri Feb 04 14:06:34 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Feb 15 20:08:20 2022 +0100 |
tree | 1f0ede22078765563b98d4283ae5e5e5bba150c9 | |
parent | 31e4f6e1491918bd1e9d28f49e52a3962c9605f5 [diff] |
BUG/MINOR: jwt: Double free in deinit function The node pointer was not moving properly along the jwt_cert_tree during the deinit which ended in a double free during cleanup (or when checking a configuration that used the jwt_verify converter with an explicit certificate specified). This patch fixes GitHub issue #1533. It should be backported to 2.5.