--- - branch: MAIN date: Sat Aug 4 03:46:31 UTC 2012 files: - new: '1.42' old: '1.41' path: src/sys/dev/pci/if_msk.c pathrev: src/sys/dev/pci/if_msk.c@1.42 type: modified id: 20120804T034631Z.595017778e980e32a32a5e770510f4fbefcc39ff log: | Fix null pointer dereference in msk_rxeof. This triggers when processing an RX interrupt that was queued while stopping the interface, which caused my machine to panic last night. In this case, just drop the packet. From OpenBSD's if_msk.c rev. 1.71. module: src subject: 'CVS commit: src/sys/dev/pci' unixtime: '1344051991' user: riastradh