]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: quic: Possible crash from quic_free_arngs()
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 4 Apr 2022 11:43:58 +0000 (13:43 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 8 Apr 2022 13:38:29 +0000 (15:38 +0200)
commit82851bd3cbf8ad647971988e0303b2e0b0284511
treed659328ecaabed9c38e2a40fa3ec144b17a9fe89
parent9cc88c3075ca13c90268eabc83ae121f47848f40
BUG/MEDIUM: quic: Possible crash from quic_free_arngs()

All quic_arng_node objects are allocated from "pool_head_quic_arng" memory pool.
They must be deallocated calling pool_free().
src/xprt_quic.c