Page MenuHomeFreeBSD

D55090.diff
No OneTemporary

D55090.diff

diff --git a/crypto/heimdal/lib/hdb/keys.c b/crypto/heimdal/lib/hdb/keys.c
--- a/crypto/heimdal/lib/hdb/keys.c
+++ b/crypto/heimdal/lib/hdb/keys.c
@@ -231,7 +231,7 @@
sizeof (*hist_keys->val) * hist_keys->len++);
} else {
add = 1;
- ext = calloc(1, sizeof (*ext));
+ ext = calloc(1, sizeof(HDB_extension));
if (ext == NULL)
return ENOMEM;
ext->data.element = choice_HDB_extension_data_hist_keys;

File Metadata

Mime Type
text/plain
Expires
Thu, Feb 5, 11:17 AM (6 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28437417
Default Alt Text
D55090.diff (417 B)

Event Timeline