diff options
author | jsing <> | 2021-03-21 16:56:42 +0000 |
---|---|---|
committer | jsing <> | 2021-03-21 16:56:42 +0000 |
commit | 1ecb4854420873b81260e82cb317673609053858 (patch) | |
tree | 4914e1b5a7aa46bb8329690ffcdab1c3a622e743 /src/lib/libssl/s3_lib.c | |
parent | 61c864e66e79d4aee1e6c7cd4ccb87691e35d5e9 (diff) | |
download | openbsd-1ecb4854420873b81260e82cb317673609053858.tar.gz openbsd-1ecb4854420873b81260e82cb317673609053858.tar.bz2 openbsd-1ecb4854420873b81260e82cb317673609053858.zip |
Avoid a use-after-scope in tls13_cert_add().
A parent CBB retains a reference to a child CBB until CBB_flush() or
CBB_cleanup() is called. As such, the cert_exts CBB must be at function
scope.
Reported by Ilya Shipitsin.
ok tb@
Diffstat (limited to 'src/lib/libssl/s3_lib.c')
0 files changed, 0 insertions, 0 deletions