artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65c1cec
)
Always initialize b64sz
author
job
<job@openbsd.org>
Wed, 14 Dec 2022 10:45:34 +0000
(10:45 +0000)
committer
job
<job@openbsd.org>
Wed, 14 Dec 2022 10:45:34 +0000
(10:45 +0000)
OK tb@
usr.sbin/rpki-client/geofeed.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/geofeed.c
b/usr.sbin/rpki-client/geofeed.c
index
631d59a
..
ef28b03
100644
(file)
--- a/
usr.sbin/rpki-client/geofeed.c
+++ b/
usr.sbin/rpki-client/geofeed.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: geofeed.c,v 1.
7 2022/11/28 15:22:13 t
b Exp $ */
+/* $OpenBSD: geofeed.c,v 1.
8 2022/12/14 10:45:34 jo
b Exp $ */
/*
* Copyright (c) 2022 Job Snijders <job@fastly.com>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@
-104,7
+104,7
@@
geofeed_parse(X509 **x509, const char *fn, char *buf, size_t len)
ssize_t linelen;
BIO *bio;
char *b64 = NULL;
- size_t b64sz;
+ size_t b64sz
= 0
;
unsigned char *der = NULL;
size_t dersz;
const ASN1_TIME *at;