Displaying test cases 7676 - 7700 of 25795 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: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: ncat BadSink : Copy string to data using wcsncat Flow Variant: 84 Data flow: data passed to class constructor and destructor by declaring the class object on the heap and deleting ...
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: ncat BadSink : Copy string to data using wcsncat Flow Variant: 83 Data flow: data passed to class constructor and destructor by declaring the class object on the stack
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data BadSink : Copy string to data using wcsncat Flow Variant: 82 Data flow: data passed in a parameter to an virtual method called via a pointer
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: ncat BadSink : Copy string to data using wcsncat Flow Variant: 81 Data flow: data passed in a parameter to an virtual method called via a reference
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: ncat BadSink : Copy string to data using wcsncat Flow Variant: 74 Data flow: data passed in a map from one function to another in different source files
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: ncat BadSink : Copy string to data using wcsncat Flow Variant: 73 Data flow: data passed in a list from one function to another in different source files
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: ncat BadSink : Copy string to data using wcsncat Flow Variant: 72 Data flow: data passed in a vector from one function to another in different source files
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: ncat BadSink : Copy string to data using wcsncat Flow Variant: 62 Data flow: data flows using a C++ reference from one function to another in different source files
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: ncat BadSink : Copy string to data using wcsncat Flow Variant: 43 Data flow: data flows using a C++ reference from one function to another in the same source file
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: ncat BadSink : Copy string to data using wcsncat Flow Variant: 33 Data flow: use of a C++ reference to data within the same function
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: cat BadSink : Copy string to data using wcscat Flow Variant: 84 Data flow: data passed to class constructor and destructor by declaring the class object on the heap and deleting it...
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: cat BadSink : Copy string to data using wcscat Flow Variant: 83 Data flow: data passed to class constructor and destructor by declaring the class object on the stack
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data BadSink : Copy string to data using wcscat Flow Variant: 82 Data flow: data passed in a parameter to an virtual method called via a pointer
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: cat BadSink : Copy string to data using wcscat Flow Variant: 81 Data flow: data passed in a parameter to an virtual method called via a reference
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: cat BadSink : Copy string to data using wcscat Flow Variant: 74 Data flow: data passed in a map from one function to another in different source files
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: cat BadSink : Copy string to data using wcscat Flow Variant: 73 Data flow: data passed in a list from one function to another in different source files
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: cat BadSink : Copy string to data using wcscat Flow Variant: 72 Data flow: data passed in a vector from one function to another in different source files
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: cat BadSink : Copy string to data using wcscat Flow Variant: 62 Data flow: data flows using a C++ reference from one function to another in different source files
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: cat BadSink : Copy string to data using wcscat Flow Variant: 43 Data flow: data flows using a C++ reference from one function to another in the same source file
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: cat BadSink : Copy string to data using wcscat Flow Variant: 33 Data flow: use of a C++ reference to data within the same function
-
Incomplete initialization
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: ncat BadSink : Copy string to data using strncat Flow Variant: 84 Data flow: data passed to class constructor and destructor by declaring the class object on the heap and deleting ...
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data Sinks: ncat BadSink : Copy string to data using strncat Flow Variant: 83 Data flow: data passed to class constructor and destructor by declaring the class object on the stack
-
CWE: 665 Improper Initialization BadSource: Do not initialize data properly GoodSource: Initialize data BadSink : Copy string to data using strncat Flow Variant: 82 Data flow: data passed in a parameter to an virtual method called via a pointer