]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet6/nd6_send.c
xnu-4903.221.2.tar.gz
[apple/xnu.git] / bsd / netinet6 / nd6_send.c
index cc7d35a5ffd8e1b594a48a1483192a2f521c449d..18a0b96e45466d4b59f416d0e4f5059ad70e16b7 100644 (file)
@@ -116,7 +116,7 @@ sysctl_cga_parameters SYSCTL_HANDLER_ARGS
 #endif
 
        MALLOC(buffer, char *, SYSCTL_CGA_PARAMETERS_BUFFER_SIZE, M_IP6CGA,
-           M_WAITOK);
+           M_WAITOK | M_ZERO);
        if (buffer == NULL) {
                log(LOG_ERR, "%s: could not allocate marshaling buffer.\n",
                    __func__);