artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
245dcd0
)
One more leak similar to previous.
author
tb
<tb@openbsd.org>
Sun, 26 Dec 2021 15:31:24 +0000
(15:31 +0000)
committer
tb
<tb@openbsd.org>
Sun, 26 Dec 2021 15:31:24 +0000
(15:31 +0000)
usr.bin/openssl/speed.c
patch
|
blob
|
history
diff --git
a/usr.bin/openssl/speed.c
b/usr.bin/openssl/speed.c
index
715ac89
..
2426e23
100644
(file)
--- a/
usr.bin/openssl/speed.c
+++ b/
usr.bin/openssl/speed.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: speed.c,v 1.2
5 2021/12/26 15:28:37
tb Exp $ */
+/* $OpenBSD: speed.c,v 1.2
6 2021/12/26 15:31:24
tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-1035,7
+1035,7
@@
speed_main(int argc, char **argv)
if ((hctx = HMAC_CTX_new()) == NULL) {
BIO_printf(bio_err, "Failed to allocate HMAC context.\n");
-
return 0
;
+
goto end
;
}
HMAC_Init_ex(hctx, (unsigned char *) "This is a key...",