artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b835e8
)
rpki-client: don't leak sia from struct tak.
author
tb
<tb@openbsd.org>
Wed, 15 May 2024 09:01:36 +0000
(09:01 +0000)
committer
tb
<tb@openbsd.org>
Wed, 15 May 2024 09:01:36 +0000
(09:01 +0000)
ok claudio
usr.sbin/rpki-client/tak.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/tak.c
b/usr.sbin/rpki-client/tak.c
index
b0b1555
..
c497f7f
100644
(file)
--- a/
usr.sbin/rpki-client/tak.c
+++ b/
usr.sbin/rpki-client/tak.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tak.c,v 1.
19 2024/02/21 09:17:0
6 tb Exp $ */
+/* $OpenBSD: tak.c,v 1.
20 2024/05/15 09:01:3
6 tb Exp $ */
/*
* Copyright (c) 2022 Job Snijders <job@fastly.com>
* Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
@@
-308,6
+308,7
@@
tak_free(struct tak *t)
free(t->aia);
free(t->aki);
+ free(t->sia);
free(t->ski);
free(t);
}