diff options
author | tb <> | 2024-05-09 07:12:03 +0000 |
---|---|---|
committer | tb <> | 2024-05-09 07:12:03 +0000 |
commit | 0615fda950bc56502db2a891579eff6e2eb4659f (patch) | |
tree | a874eb900706ec2bbe65f97855b1e637130d7a3c /src/lib/libcrypto/x509/x509_req.c | |
parent | 70741da6b9d2e03dd6649d7e731b662a88c2c809 (diff) | |
download | openbsd-0615fda950bc56502db2a891579eff6e2eb4659f.tar.gz openbsd-0615fda950bc56502db2a891579eff6e2eb4659f.tar.bz2 openbsd-0615fda950bc56502db2a891579eff6e2eb4659f.zip |
Plug a "leak" in ssl_security_group()
The way the CBB API is used, CBB_add_u16() and CBB_finish() can't actually
fail here, but if they could, cbb->base would leak. Rewrite this code with
the proper idioms to make it look right.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/x509/x509_req.c')
0 files changed, 0 insertions, 0 deletions