Displaying test cases 397476 - 397500 of 426654 in total
-
CWE: 367 Time-of-Check Time-Of-Use Race Condition Sinks: access GoodSink: Open the file without checking the status information BadSink : Get status information on file using access(), open, write to, and close the file Flow Variant: 04 Control flow: if(STATIC_CONST_TRUE) and if(STATIC_CONST_...
-
CWE: 367 Time-of-Check Time-Of-Use Race Condition Sinks: access GoodSink: Open the file without checking the status information BadSink : Get status information on file using access(), open, write to, and close the file Flow Variant: 03 Control flow: if(5==5) and if(5!=5)
-
CWE: 367 Time-of-Check Time-Of-Use Race Condition Sinks: access GoodSink: Open the file without checking the status information BadSink : Get status information on file using access(), open, write to, and close the file Flow Variant: 02 Control flow: if(1) and if(0)
-
CWE: 367 Time-of-Check Time-Of-Use Race Condition Sinks: access GoodSink: Open the file without checking the status information BadSink : Get status information on file using access(), open, write to, and close the file Flow Variant: 01 Baseline
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: int_byref GoodSink: Acquire a lock before attempting to increment a local integer by passing it as a reference to another function BadSink : Do not acquire a lock before attempting to increment a local integer by passing it as a reference to anoth...
-
CWE: 366 Race Condition Within a Thread Sinks: global_int GoodSink: Acquire a lock before attempting to increment a global integer using another function BadSink : Do not acquire a lock before attempting to increment a global integer using another function Flow Variant: 18 Control flow: goto ...
-
CWE: 366 Race Condition Within a Thread Sinks: global_int GoodSink: Acquire a lock before attempting to increment a global integer using another function BadSink : Do not acquire a lock before attempting to increment a global integer using another function Flow Variant: 17 Control flow: for l...
-
CWE: 366 Race Condition Within a Thread Sinks: global_int GoodSink: Acquire a lock before attempting to increment a global integer using another function BadSink : Do not acquire a lock before attempting to increment a global integer using another function Flow Variant: 16 Control flow: while(1)