projects
/
project
/
ucert.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ad591
)
Change the sigb buffer to be the same size as the fread
author
Damien Mascord
<tusker@tusker.org>
Wed, 8 Aug 2018 13:54:53 +0000
(23:54 +1000)
committer
Jo-Philipp Wich
<jo@mein.io>
Wed, 8 Aug 2018 17:48:11 +0000
(19:48 +0200)
Signed-off-by: Damien Mascord <tusker@tusker.org>
ucert.c
patch
|
blob
|
history
diff --git
a/ucert.c
b/ucert.c
index 53a1a058600c447ec05a08e9938b66c62b6d0c24..569b31d5f16e3c8135e0a03dc65883ea3131ae6c 100644
(file)
--- a/
ucert.c
+++ b/
ucert.c
@@
-414,7
+414,7
@@
static int cert_issue(const char *certfile, const char *pubkeyfile, const char *
void *c;
FILE *pkf, *sigf;
char pkb[512];
- char sigb[
512
];
+ char sigb[
1024
];
char fname[256], sfname[256];
char pkfp[17];
char tmpdir[] = "/tmp/ucert-XXXXXX";