artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d1947d
)
Plug leaks spotted by ASAN CI
author
tb
<tb@openbsd.org>
Tue, 22 Nov 2022 20:04:51 +0000
(20:04 +0000)
committer
tb
<tb@openbsd.org>
Tue, 22 Nov 2022 20:04:51 +0000
(20:04 +0000)
regress/lib/libcrypto/evp/evp_ecx_test.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/evp/evp_ecx_test.c
b/regress/lib/libcrypto/evp/evp_ecx_test.c
index
a209024
..
c035f11
100644
(file)
--- a/
regress/lib/libcrypto/evp/evp_ecx_test.c
+++ b/
regress/lib/libcrypto/evp/evp_ecx_test.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: evp_ecx_test.c,v 1.
1 2022/11/10 16:38:57 jsing
Exp $ */
+/* $OpenBSD: evp_ecx_test.c,v 1.
2 2022/11/22 20:04:51 tb
Exp $ */
/*
* Copyright (c) 2022 Joel Sing <jsing@openbsd.org>
*
@@
-440,6
+440,7
@@
ecx_ed25519_sign_test(void)
failure:
BIO_free(bio);
+ EVP_MD_CTX_free(md_ctx);
EVP_PKEY_free(pkey);
free(signature);
@@
-480,6
+481,7
@@
ecx_ed25519_verify_test(void)
failure:
BIO_free(bio);
+ EVP_MD_CTX_free(md_ctx);
EVP_PKEY_free(pkey);
return failed;