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>
1 file changed