commit | f44d19eb91221ebb6b475bac45daeaf30c6a4cb5 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Sat Mar 26 12:22:41 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Apr 01 16:22:40 2022 +0200 |
tree | 02309dec264dacb959c24597e4a4a8c61ea7c322 | |
parent | 6e7440b9189a4c96cf05912531bd812d99fbf7d8 [diff] |
BUG/MEDIUM: quic: Possible crash in ha_quic_set_encryption_secrets() This bug has come with this commit: 1fc5e16c4 MINOR: quic: More accurate immediately close As mentionned in this commit we do not want to derive anymore secret when in closing state. But the flag which denote secrets were derived was set. Add a label at the correct flag to skip the secrets derivation without setting this flag.