glebius 2006-01-18 09:40:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_xl.c Log: Check ifp before dereferencing it in xl_detach(). xl_detach() can be called from xl_attach(), when ifp is not defined yet. Found with: Coverity Prevent(tm) Revision Changes Path 1.190.2.7 +1 -1 src/sys/pci/if_xl.c