]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: jws: Add missing return value check (EVP_PKEY_get_bn_param)
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 19 May 2026 13:00:23 +0000 (15:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 19 May 2026 13:21:26 +0000 (15:21 +0200)
commitb786eaf1b16fb0bce96e7f0816385b5e932eb7c3
tree567842fff45948f77ffd0955f0399e0617fcb447
parent307294b30ac4743536613527adde296e5be9ebc0
BUG/MINOR: jws: Add missing return value check (EVP_PKEY_get_bn_param)

Two calls of 'EVP_PKEY_get_bn_param' did not have their return value
checked.

This patch can be backported up to 3.2.
src/jws.c