MINOR: quic: Missing encryption level rx.crypto member initialization and lock.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 26 Jul 2021 14:23:53 +0000 (16:23 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit9054d1b5645f150c5c60dcca8cc2094608fe5961
tree145f78dd32fb74a08c850b81d7f8407e34dd8b13
parent01abc4612b1b59f83718d929b60d2e6f0d2554c9
MINOR: quic: Missing encryption level rx.crypto member initialization and lock.

->rx.crypto member of quic_enc_level struct was not initialized as
this was done for all other members of this structure. This patch
fixes this.
Also adds a RW lock for the frame of this member.
include/haproxy/xprt_quic-t.h
src/xprt_quic.c