]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: reappend rxbuf buffer on fake dgram alloc error
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 4 Aug 2023 13:37:29 +0000 (15:37 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 4 Aug 2023 13:42:30 +0000 (15:42 +0200)
commitf59635c49513f0411e0e9a6f54c0034a91ab3adc
tree5e4243eefe41dd4a0a063be34ac90b69c9d27226
parent2efc9e0fb4accf8a6c812bf1ba55b934b5dfee51
BUG/MINOR: quic: reappend rxbuf buffer on fake dgram alloc error

A thread must always reappend the rxbuf instance after finishing
datagram reception treatment. This was not the case on one error code
path : when fake datagram allocation fails on datagram requeing.

This issue was introduced with the following patch :
  commit b34d353968db7f646e83871cb6b21a246af84ddc
  BUG/MEDIUM: quic: consume contig space on requeue datagram
As such, it must be backported in every version with the above commit.
src/quic_sock.c