--- /opt/sam_wifi/sys/dev/bce/if_bce.c 2007-06-03 08:17:26.000000000 +0800 +++ if_bce.c 2007-06-30 17:40:39.000000000 +0800 @@ -4148,6 +4148,7 @@ panic("bce%d: Can't reuse RX mbuf!\n", sc->bce_unit); } + m = NULL; goto bce_rx_int_next_rx; } @@ -4173,6 +4174,7 @@ panic("bce%d: Double mbuf allocation failure!", sc->bce_unit); } + m = NULL; goto bce_rx_int_next_rx; }