Displaying test cases 383551 - 383575 of 426654 in total
-
CWE: 672 Operation on Resource After Expiration or Release BadSource: Add values to the list, including the number zero GoodSource: Add value to the list that are not zero Sinks: GoodSink: Iterate through the list without attempting to clear its contents BadSink : Iterate through the list, ...
-
CWE: 672 Operation on Resource After Expiration or Release BadSource: Add values to the list, including the number zero GoodSource: Add value to the list that are not zero Sinks: GoodSink: Iterate through the list without attempting to clear its contents BadSink : Iterate through the list, ...
-
CWE: 672 Operation on Resource After Expiration or Release BadSource: Add values to the list, including the number zero GoodSource: Add value to the list that are not zero Sinks: GoodSink: Iterate through the list without attempting to clear its contents BadSink : Iterate through the list, ...
-
CWE: 672 Operation on Resource After Expiration or Release BadSource: Add values to the list, including the number zero GoodSource: Add value to the list that are not zero Sinks: GoodSink: Iterate through the list without attempting to clear its contents BadSink : Iterate through the list, ...
-
CWE: 672 Operation on Resource After Expiration or Release BadSource: Add values to the list, including the number zero GoodSource: Add value to the list that are not zero Sinks: GoodSink: Iterate through the list without attempting to clear its contents BadSink : Iterate through the list, ...
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 18 Control flow: goto statements
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 17 Control flow: for loops
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 16 Control flow: while(1)
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 15 Control flow: switch(6)
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 14 Control flow: if(globalFive==5) and if(globalFive!=5)
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 13 Control flow: if(GLOBAL_CONST_FIVE==5) and if(GLOBAL_CONST_FIVE!=5)
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 12 Control flow: if(globalReturnsTrueOrFalse())
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 11 Control flow: if(globalReturnsTrue()) and if(globalReturnsFalse())
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 10 Control flow: if(globalTrue) and if(globalFalse)
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 09 Control flow: if(GLOBAL_CONST_TRUE) and if(GLOBAL_CONST_FALSE)
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 08 Control flow: if(staticReturnsTrue()) and if(staticReturnsFalse())
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 07 Control flow: if(staticFive==5) and if(staticFive!=5)
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 06 Control flow: if(STATIC_CONST_FIVE==5) and if(STATIC_CONST_FIVE!=5)
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 05 Control flow: if(staticTrue) and if(staticFalse)
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 04 Control flow: if(STATIC_CONST_TRUE) and if(STATIC_CONST_FALSE)
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 03 Control flow: if(5==5) and if(5!=5)
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 02 Control flow: if(1) and if(0)
-
CWE: 667 Improper Locking Sinks: GoodSink: Acquire a lock before releasing it BadSink : Release the lock before acquiring it Flow Variant: 01 Baseline
-
CWE: 666 Operation on Resource in Wrong Phase of Lifetime Sinks: listen_bind_accept GoodSink: Create a listen socket correctly by placing bind(), listen(), and accept() in the correct order BadSink : Attempt to listen(), bind(), then accept() Flow Variant: 18 Control flow: goto statements
-
CWE: 666 Operation on Resource in Wrong Phase of Lifetime Sinks: listen_bind_accept GoodSink: Create a listen socket correctly by placing bind(), listen(), and accept() in the correct order BadSink : Attempt to listen(), bind(), then accept() Flow Variant: 17 Control flow: for loops