commit | 4173a39c1fea29450a659292594df0cffcaa8d36 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Aug 18 08:20:47 2022 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Thu Aug 18 10:28:31 2022 +0200 |
tree | 5a9e26e561229dfc2d714eb7047b0fa0fd9d9875 | |
parent | 4b85a963be4bfc5aab9295ec627b332662f9e3b3 [diff] |
BUG/MINOR: quic: Missing initializations for ducplicated frames. When duplication frames in qc_dup_pkt_frms(), ->pkt member was not correctly initialized (copied from the original frame). This could not have any impact because this member is initialized whe the frame is added to a packet. This was also the case for ->flags. Also replace the pool_zalloc() call by a call to pool_alloc(). Must be backported to 2.6.