View | Details | Raw Unified | Return to bug 1961
Collapse All | Expand All

(-)openssh/ssh-ecdsa.c (+1 lines)
Lines 147-152 ssh_ecdsa_verify(const Key *key, const u Link Here
147
		fatal("%s: remaining bytes in inner sigblob", __func__);
147
		fatal("%s: remaining bytes in inner sigblob", __func__);
148
148
149
	/* clean up */
149
	/* clean up */
150
	buffer_free(&bb);
150
	memset(sigblob, 0, len);
151
	memset(sigblob, 0, len);
151
	xfree(sigblob);
152
	xfree(sigblob);
152
153

Return to bug 1961