Page MenuHomeFreeBSD

D25436.diff
No OneTemporary

D25436.diff

Index: head/sys/opencrypto/crypto.c
===================================================================
--- head/sys/opencrypto/crypto.c
+++ head/sys/opencrypto/crypto.c
@@ -444,6 +444,7 @@
axf->Init(auth_ctx);
axf->Update(auth_ctx, hmac_key, axf->blocksize);
+ explicit_bzero(hmac_key, sizeof(hmac_key));
}
void

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 3, 8:08 AM (12 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37768882
Default Alt Text
D25436.diff (323 B)

Event Timeline