summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ef.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_ef.c')
-rw-r--r--sys/net/if_ef.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_ef.c b/sys/net/if_ef.c
index f8e38ca..4554a29 100644
--- a/sys/net/if_ef.c
+++ b/sys/net/if_ef.c
@@ -492,10 +492,10 @@ ef_clone(struct ef_link *efl, int ft)
char cbuf[IFNAMSIZ], *ifname;
int ifnlen;
- efp = (struct efnet*)malloc(sizeof(struct efnet), M_IFADDR, M_WAITOK);
+ efp = (struct efnet*)malloc(sizeof(struct efnet), M_IFADDR,
+ M_WAITOK | M_ZERO);
if (efp == NULL)
return ENOMEM;
- bzero(efp, sizeof(*efp));
efp->ef_ifp = ifp;
eifp = &efp->ef_ac.ac_if;
ifnlen = 1 + snprintf(cbuf, sizeof(cbuf), "%s%df", ifp->if_name,
OpenPOWER on IntegriCloud