Date: Wed, 7 Apr 2004 10:02:55 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/ndis kern_ndis.c Message-ID: <200404071702.i37H2tTU068404@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2004/04/07 10:02:55 PDT FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c Log: In ndis_convert_res(), initialize the head of our temporary list before calling BUS_GET_RESOURCE_LIST(). Previously, the list head would only be initialized if BUS_GET_RESOURCE_LIST() succeeded; it needs to be initialized unconditionally so that the list cleanup code won't trip over potential stack garbage. Revision Changes Path 1.50 +2 -1 src/sys/compat/ndis/kern_ndis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404071702.i37H2tTU068404>