Date: Mon, 22 Dec 2003 02:22:58 -0800 (PST) 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 subr_ndis.c Message-ID: <200312221022.hBMAMwtj004774@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2003/12/22 02:22:58 PST FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c Log: Some minor touchups: In NdisQueryBuffer() and NdisQueryBufferSafe(), the vaddr argument is optional, so test it before trying to dereference it. Also correct NdisGetFirstBufferFromPacket()/NdisGetFirstBufferFromPacketSafe(): we need to use nb_mappedsystemva from the buffer, not nb_systemva. Revision Changes Path 1.10 +9 -4 src/sys/compat/ndis/subr_ndis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312221022.hBMAMwtj004774>