BUG/MINOR: ssl: fix possible ctx memory leak in sample_conv_aes_gcm()
authorDragan Dosen <ddosen@haproxy.com>
Mon, 11 Mar 2024 17:10:01 +0000 (18:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 Mar 2024 18:20:31 +0000 (19:20 +0100)
commitd7610e6dded19223a4c796c55565f5c57cb912d5
treea2f1df23dfeeab519f3b18aa05b6c3a10588015e
parentc03a02388257e21810c534d50a93658e61a83494
BUG/MINOR: ssl: fix possible ctx memory leak in sample_conv_aes_gcm()

The issue was introduced with the commit c31499d74 ("MINOR: ssl: Add
aes_gcm_dec converter").

This must be backported to all stable branches where the above converter
is present, but it may need to be adjusted for older branches because of
code refactoring.
src/ssl_sample.c