]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: jwt: Missing 'jwt_tokenize' return value check
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Mon, 23 Feb 2026 13:56:59 +0000 (14:56 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 6 Mar 2026 08:52:19 +0000 (09:52 +0100)
commit5e14904fef4856372433fc5b7e8d3de9450ec1b5
tree9be946d9af761ebab7024d93e9a66b2916efef20
parentaf6b9a0967467b0d74f52e273c33e53d36852599
BUG/MINOR: jwt: Missing 'jwt_tokenize' return value check

There was a "jwt_tokenize" call whose return value was not checked.

This was found by coverity and raised in GitHub #3277.
This patch can be backported to all stable branches.
src/sample.c