]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: purge conn Rx packet list on release
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 20 Jun 2022 08:52:55 +0000 (10:52 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 20 Jun 2022 12:59:52 +0000 (14:59 +0200)
commit2c31e1293661cd44b71457b8fd0567b08ef95b0b
tree0ee2fd582707b6273edc4c9172b45304fbc8821b
parent483499dc22c13a8ebcb3c960c51e7e8e00b39c9c
BUG/MINOR: quic: purge conn Rx packet list on release

When releasing a quic_conn instance, free all remaining Rx packets in
quic_conn.rx.pkt_list. This partially fixes a memory leak on Rx packets
which can be observed after several QUIC connections establishment.

This should partially resolve github issue #1751.

It must be backported up to 2.6.
src/xprt_quic.c