BUILD: quic: fix potential NULL dereference on xprt_quic
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 19 Nov 2021 14:49:29 +0000 (15:49 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 19 Nov 2021 14:55:19 +0000 (15:55 +0100)
commitee72a43321a22719eb06a6fad5240039aeb70b04
tree1d6c6e2b167ae81853f756c32386a7a6b6563325
parentb48c59a5a37faa01b4855d7abd9f3f0cc423c1da
BUILD: quic: fix potential NULL dereference on xprt_quic

A warning is triggered by gcc9 on this code path, which is the compiler
version used by ubuntu20.04 on the github CI.

This is linked to github issue #1445.
src/quic_sock.c