commit | 9054d1b5645f150c5c60dcca8cc2094608fe5961 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Jul 26 16:23:53 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | 145f78dd32fb74a08c850b81d7f8407e34dd8b13 | |
parent | 01abc4612b1b59f83718d929b60d2e6f0d2554c9 [diff] |
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.