commit | e239e4938d89956e7820be4a0f26e782a86bcf6d | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Mon Nov 14 15:15:52 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Nov 14 15:30:54 2022 +0100 |
tree | 740dfc93fe1b56326872be7fa3790353e0bb146d | |
parent | f813dab17540836d3b2f1cbdb275927886c06b15 [diff] |
BUG/MINOR: ssl: Fix potential overflow Coverity raised a potential overflow issue in these new functions that work on unsigned long long objects. They were added in commit 9b25982 "BUG/MEDIUM: ssl: Verify error codes can exceed 63". This patch needs to be backported alongside 9b25982.