commit | a8a60432406d7bfd06975e087650a8817c03fcf6 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Aug 23 11:42:48 2022 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Tue Aug 23 12:06:40 2022 +0200 |
tree | d3a4621497194b3f7381ccf3f878ec63da394d5e | |
parent | da9c441886dbfa02840a93e367f65fd6d312c835 [diff] |
BUG/MINOR: quic: Wrong list_for_each_entry() use when building packets from qc_do_build_pkt() This is list_for_each_entry_safe() which must be used if we want to delete elements inside its code block. This could explain that some frames which were not built were added to packets with a NULL ->pkt member. Thank you to Tristan for having reported this issue through backtraces in GH #1808 Must be backported to 2.6.