Date: Wed, 30 Mar 2005 16:22:48 +0000 (UTC) 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_ntoskrnl.c Message-ID: <200503301622.j2UGMmrw044541@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2005-03-30 16:22:48 UTC
FreeBSD src repository
Modified files:
sys/compat/ndis subr_ntoskrnl.c
Log:
Fix a possible mutex leak in KeSetTimerEx(): if timer is NULL, we
bail out without releasing the dispatcher lock. Move the lock acquisition
after the pointer test to avoid this.
Revision Changes Path
1.63 +2 -2 src/sys/compat/ndis/subr_ntoskrnl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503301622.j2UGMmrw044541>
