Index: sys/kern/subr_module.c =================================================================== --- sys/kern/subr_module.c +++ sys/kern/subr_module.c @@ -160,6 +160,9 @@ uint32_t type = 0; int next; + if (mod == NULL) + return (NULL); + curp = mod; for (;;) { hdr = (uint32_t *)curp;