Displaying test cases 6826 - 6850 of 25795 in total
-
CWE: 761 Free Pointer not at Start of Buffer BadSource: environment Read input from an environment variable Sinks: GoodSink: free() memory correctly at the start of the buffer BadSink : free() memory not at the start of the buffer Flow Variant: 74 Data flow: data passed in a map from one fun...
-
CWE: 761 Free Pointer not at Start of Buffer BadSource: environment Read input from an environment variable Sinks: GoodSink: free() memory correctly at the start of the buffer BadSink : free() memory not at the start of the buffer Flow Variant: 73 Data flow: data passed in a list from one fu...
-
CWE: 761 Free Pointer not at Start of Buffer BadSource: environment Read input from an environment variable Sinks: GoodSink: free() memory correctly at the start of the buffer BadSink : free() memory not at the start of the buffer Flow Variant: 72 Data flow: data passed in a vector from one ...
-
CWE: 761 Free Pointer not at Start of Buffer BadSource: environment Read input from an environment variable Sinks: GoodSink: free() memory correctly at the start of the buffer BadSink : free() memory not at the start of the buffer Flow Variant: 62 Data flow: data flows using a C++ reference ...
-
CWE: 761 Free Pointer not at Start of Buffer BadSource: console Read input from the console Sinks: GoodSink: free() memory correctly at the start of the buffer BadSink : free() memory not at the start of the buffer Flow Variant: 74 Data flow: data passed in a map from one function to another...
-
CWE: 761 Free Pointer not at Start of Buffer BadSource: console Read input from the console Sinks: GoodSink: free() memory correctly at the start of the buffer BadSink : free() memory not at the start of the buffer Flow Variant: 73 Data flow: data passed in a list from one function to anothe...
-
CWE: 761 Free Pointer not at Start of Buffer BadSource: console Read input from the console Sinks: GoodSink: free() memory correctly at the start of the buffer BadSink : free() memory not at the start of the buffer Flow Variant: 72 Data flow: data passed in a vector from one function to anot...
-
CWE: 761 Free Pointer not at Start of Buffer BadSource: console Read input from the console Sinks: GoodSink: free() memory correctly at the start of the buffer BadSink : free() memory not at the start of the buffer Flow Variant: 62 Data flow: data flows using a C++ reference from one functio...
-
CWE: 761 Free Pointer not at Start of Buffer BadSource: connect_socket Read data using a connect socket (client side) Sinks: GoodSink: free() memory correctly at the start of the buffer BadSink : free() memory not at the start of the buffer Flow Variant: 74 Data flow: data passed in a map fr...
-
CWE: 761 Free Pointer not at Start of Buffer BadSource: connect_socket Read data using a connect socket (client side) Sinks: GoodSink: free() memory correctly at the start of the buffer BadSink : free() memory not at the start of the buffer Flow Variant: 73 Data flow: data passed in a list f...
-
CWE: 761 Free Pointer not at Start of Buffer BadSource: connect_socket Read data using a connect socket (client side) Sinks: GoodSink: free() memory correctly at the start of the buffer BadSink : free() memory not at the start of the buffer Flow Variant: 72 Data flow: data passed in a vector...
-
CWE: 761 Free Pointer not at Start of Buffer BadSource: connect_socket Read data using a connect socket (client side) Sinks: GoodSink: free() memory correctly at the start of the buffer BadSink : free() memory not at the start of the buffer Flow Variant: 62 Data flow: data flows using a C++ ...
-
CWE: 758 Undefined Behavior Sinks: new_use GoodSink: Initialize then use data BadSink : Use data Flow Variant: 18 Control flow: goto statements
-
CWE: 758 Undefined Behavior Sinks: new_use GoodSink: Initialize then use data BadSink : Use data Flow Variant: 17 Control flow: for loops
-
CWE: 758 Undefined Behavior Sinks: new_use GoodSink: Initialize then use data BadSink : Use data Flow Variant: 16 Control flow: while(1)
-
CWE: 758 Undefined Behavior Sinks: new_use GoodSink: Initialize then use data BadSink : Use data Flow Variant: 15 Control flow: switch(6)
-
CWE: 758 Undefined Behavior Sinks: new_use GoodSink: Initialize then use data BadSink : Use data Flow Variant: 14 Control flow: if(globalFive==5) and if(globalFive!=5)
-
CWE: 758 Undefined Behavior Sinks: new_use GoodSink: Initialize then use data BadSink : Use data Flow Variant: 13 Control flow: if(GLOBAL_CONST_FIVE==5) and if(GLOBAL_CONST_FIVE!=5)
-
CWE: 758 Undefined Behavior Sinks: new_use GoodSink: Initialize then use data BadSink : Use data Flow Variant: 12 Control flow: if(globalReturnsTrueOrFalse())
-
CWE: 758 Undefined Behavior Sinks: new_use GoodSink: Initialize then use data BadSink : Use data Flow Variant: 11 Control flow: if(globalReturnsTrue()) and if(globalReturnsFalse())
-
CWE: 758 Undefined Behavior Sinks: new_use GoodSink: Initialize then use data BadSink : Use data Flow Variant: 10 Control flow: if(globalTrue) and if(globalFalse)
-
CWE: 758 Undefined Behavior Sinks: new_use GoodSink: Initialize then use data BadSink : Use data Flow Variant: 09 Control flow: if(GLOBAL_CONST_TRUE) and if(GLOBAL_CONST_FALSE)
-
CWE: 758 Undefined Behavior Sinks: new_use GoodSink: Initialize then use data BadSink : Use data Flow Variant: 08 Control flow: if(staticReturnsTrue()) and if(staticReturnsFalse())
-
CWE: 758 Undefined Behavior Sinks: new_use GoodSink: Initialize then use data BadSink : Use data Flow Variant: 07 Control flow: if(staticFive==5) and if(staticFive!=5)
-
CWE: 758 Undefined Behavior Sinks: new_use GoodSink: Initialize then use data BadSink : Use data Flow Variant: 06 Control flow: if(STATIC_CONST_FIVE==5) and if(STATIC_CONST_FIVE!=5)