commit | 9bbfa72b672c833c56779c08063d0c6af6230762 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Apr 19 11:49:16 2023 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 20 14:49:32 2023 +0200 |
tree | 7e84ef76939e433d04cecccef0edc0666011f989 | |
parent | 93d2ebe9f371632d2a9516eb1164292275da4795 [diff] |
BUG/MINOR: h3: fix crash on h3s alloc failure Do not emit a CONNECTION_CLOSE on h3s allocation failure. Indeed, this causes a crash as the calling function qcs_new() will also try to emit a CONNECTION_CLOSE which triggers a BUG_ON() on qcc_emit_cc(). This was reproduced using -dMfail. This should be backported up to 2.7.