]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The DEVICE_POLLING dereference of sc->tsec_ifp needs to be checked for null
authorthompsa <thompsa@FreeBSD.org>
Tue, 8 May 2012 21:09:03 +0000 (21:09 +0000)
committerthompsa <thompsa@FreeBSD.org>
Tue, 8 May 2012 21:09:03 +0000 (21:09 +0000)
commit6bb78e3c4c18338cf03772d09f134bd29772dc09
treee13bd7576ecc220eb8d3f5ca3722224c2e7ed28b
parent27d9e6e27d8c85edaec9ab801a47cc7634349435
The DEVICE_POLLING dereference of sc->tsec_ifp needs to be checked for null
first or this will panic. Condense three blocks that check sc->tsec_ifp into
one while I am here.
sys/dev/tsec/if_tsec.c