]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/build.info
Fix coverity issue: CID 1466486 - Resource leak in OSSL_STORE
authorShane Lontis <shane.lontis@oracle.com>
Thu, 10 Sep 2020 06:40:24 +0000 (16:40 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Sat, 12 Sep 2020 05:57:23 +0000 (15:57 +1000)
commit34816949460e7131af4de421806845be213354d4
tree10af183fbce5451abae6184e017f460fad05e1a6
parentc1aba0763c477f345c065007ff6295dbe6ec4f64
Fix coverity issue: CID 1466486 - Resource leak in OSSL_STORE

Note that although this is a false positive currently, it could become possible if any of the methods called
change behaviour - so it is safer to add the fix than to ignore it. Added a simple test so that I could prove this was the case.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12847)
crypto/store/store_lib.c
test/build.info
test/ossl_store_test.c [new file with mode: 0644]
test/recipes/66-test_ossl_store.t [new file with mode: 0644]