X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/45c0fd363937c6e9b05da04a9167e9912c05ca0c..c3321b13915e3b839da060f8dc63c68e31bcc360:/cc-sig.c diff --git a/cc-sig.c b/cc-sig.c index 5439408..eecda46 100644 --- a/cc-sig.c +++ b/cc-sig.c @@ -756,6 +756,7 @@ s_found:; if (!so->kf) { kd = k->k; key_incref(kd); + kp = 0; } else { kd = xmalloc(so->kdsz); kp = key_fetchinit(so->kf, 0, kd);