commit | e20e026033385d71f0abfd63cc31dc334a8d1665 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 15 12:10:24 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 15 12:14:16 2021 +0200 |
tree | 013b9049f8593cb34d357e98c47988f6cef4baea | |
parent | 0eba94e98cea25215f6c40c3f2e635963fdda175 [diff] |
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.