Page MenuHomeFreeBSD

D35547.id107247.diff
No OneTemporary

D35547.id107247.diff

Index: sys/opencrypto/xform_null.c
===================================================================
--- sys/opencrypto/xform_null.c
+++ 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

Mime Type
text/plain
Expires
Fri, Sep 20, 7:25 AM (12 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
12261807
Default Alt Text
D35547.id107247.diff (319 B)

Event Timeline