CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/28 04:18:58
Modified files:
sys/dev/pci : if_igc.c if_ix.c if_oce.c
Log message:
Remove error handling around mallocarray(9). I cannot fail when
called with M_WAITOK.
OK kevlo@
