]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: sample/jwt: fix another instance of base64 error detection
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Oct 2021 10:10:24 +0000 (12:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Oct 2021 10:14:16 +0000 (12:14 +0200)
commite20e026033385d71f0abfd63cc31dc334a8d1665
tree013b9049f8593cb34d357e98c47988f6cef4baea
parent0eba94e98cea25215f6c40c3f2e635963fdda175
BUG/MEDIUM: sample/jwt: fix another instance of base64 error detection

This is the same as for commit 468c000db ("BUG/MEDIUM: jwt: fix base64
decoding error detection"), but for function sample_conv_jwt_member_query()
that is used by sample converters jwt_header_query() and jwt_payload_query().
Thanks to Tim for the report. No backport is needed.
src/sample.c