cvs commit: src/sys/compat/ndis kern_ndis.c
Bill Paul
wpaul at FreeBSD.org
Wed Apr 7 10:03:17 PDT 2004
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
More information about the cvs-src
mailing list