commit | 557d30a33976b5996a9d78fdecb4d327cd0ac4dd | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Jun 14 18:09:54 2023 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Jun 22 11:56:25 2023 +0200 |
tree | 0f0faf8dbccf470d0501a19d786c0d21973a7264 | |
parent | e111b72805c382d0dac8bc6f1cf93be4c4ef5e34 [diff] |
BUG/MINOR: quic: Possible crash in quic_conn_prx_cntrs_update() quic_conn_prx_cntrs_update() may be called from quic_conn_release() with NULL as value for ->prx_counters member. This is the case when qc_new_conn() fails when allocating <buf_area>. In this case quic_conn_prx_cntrs_update() BUG_ON(). Must be backported as far as 2.7. (cherry picked from commit c02d898cd13d036e1897daae5e2362ec8705e427) Signed-off-by: William Lallemand <wlallemand@haproxy.org>