VirtualBox

Changeset 103506 in vbox


Ignore:
Timestamp:
Feb 21, 2024 7:27:20 PM (9 months ago)
Author:
vboxsync
Message:

Runtime/lockvalidator.cpp: Fix wrong comparison, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp

    r99775 r103506  
    33853385    else if (   pRecU->Excl.hClass != NIL_RTLOCKVALCLASS
    33863386             && (   pRecU->Excl.hClass->cMsMinDeadlock > cMillies
    3387                  || pRecU->Excl.hClass->cMsMinDeadlock > RT_INDEFINITE_WAIT))
     3387                 || pRecU->Excl.hClass->cMsMinDeadlock == RT_INDEFINITE_WAIT))
    33883388        rc = VINF_SUCCESS;
    33893389    else if (!rtLockValidatorIsSimpleNoDeadlockCase(pRecU))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette