CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/07/23 19:19:18
Modified files: sys/dev/pci : if_bnx.c Log message: if we free the mbuf in the rx path, clear the pointer to it so we dont try and queue it for the stack and cause a use after free. found by maxime villard and brainy