X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/45c0fd363937c6e9b05da04a9167e9912c05ca0c..78614e02310dbe879d55f0a68e47349db074ff61:/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);