Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F101851388
D35547.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
292 B
Referenced Files
None
Subscribers
None
D35547.diff
View Options
diff --git a/sys/opencrypto/xform_null.c b/sys/opencrypto/xform_null.c
--- a/sys/opencrypto/xform_null.c
+++ b/sys/opencrypto/xform_null.c
@@ -135,6 +135,5 @@
static void
null_final(uint8_t *buf, void *ctx)
{
- if (buf != (uint8_t *) 0)
- bzero(buf, 12);
+ bzero(buf, NULL_HASH_LEN);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 5, 4:51 PM (11 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14470255
Default Alt Text
D35547.diff (292 B)
Attached To
Mode
D35547: crypto: Fix the NULL_HMAC finalizer
Attached
Detach File
Event Timeline
Log In to Comment