Date: Wed, 2 Jul 2008 06:41:46 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/re if_re.c Message-ID: <200807020641.m626fv3E067735@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2008-07-02 06:41:46 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: SVN rev 180173 on 2008-07-02 06:41:46Z by yongari In device detach don't access ifnet structure unless device is attached. This fixes NULL pointer dereference when polling(9) is active and unsupported hardware is detected in device attach. Revision Changes Path 1.121 +4 -4 src/sys/dev/re/if_re.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807020641.m626fv3E067735>