cvs commit: src/sys/compat/ndis subr_ntoskrnl.c

Bill Paul wpaul at FreeBSD.org
Wed Mar 30 08:22:49 PST 2005


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


More information about the cvs-src mailing list