commit | 794d068d8fbe37fe6fb4803c52ae01544f9f0139 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Jan 27 10:23:31 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Jan 27 16:37:55 2022 +0100 |
tree | f25864785b30543fb42ca2975da6644051b8f19b | |
parent | d152309423c4a235d1887f24cd1d1f566219c7d0 [diff] |
MINOR: proto_quic: Wrong allocations for TX rings and RX bufs As mentionned in the comment, the tx_qrings and rxbufs members of receiver struct must be pointers to pointers! Modify the functions responsible of their allocations consequently. Note that this code could work because sizeof rxbuf and sizeof tx_qrings are greater than the size of pointer!