Re: Brainy: Use-After-Free in if_bnx
hey maxime, this should be fixed in src/sys/dev/pci/if_bnx.c r1.112. thanks for the report :) dlg > On 21 Jul 2015, at 18:31, Maxime Villard wrote: > > Hi, > I put here a bug among others: > > -- sys/dev/pci/if_bnx.c > >
Brainy: Use-After-Free in if_bnx
Hi, I put here a bug among others: -- sys/dev/pci/if_bnx.c if ((status & L2_FHDR_STATUS_L2_VLAN_TAG) && !(sc->rx_mode & BNX_EMAC_RX_MODE_KEEP_VLAN_TAG)) { #if NVLAN > 0