Displaying test cases 4976 - 5000 of 25795 in total
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using open() Sinks: GoodSink: Close the file using close() BadSink : Do not close file Flow Variant: 82 Data flow: data passed in a parameter to an virtual method called via a pointer
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using open() Sinks: GoodSink: Close the file using close() BadSink : Do not close file Flow Variant: 81 Data flow: data passed in a parameter to an virtual method called via a reference
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using open() Sinks: GoodSink: Close the file using close() BadSink : Do not close file Flow Variant: 74 Data flow: data passed in a map from one function to another in different source files
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using open() Sinks: GoodSink: Close the file using close() BadSink : Do not close file Flow Variant: 73 Data flow: data passed in a list from one function to another in different source files
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using open() Sinks: GoodSink: Close the file using close() BadSink : Do not close file Flow Variant: 72 Data flow: data passed in a vector from one function to another in different source f...
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using open() Sinks: GoodSink: Close the file using close() BadSink : Do not close file Flow Variant: 62 Data flow: data flows using a C++ reference from one function to another in different...
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using open() Sinks: GoodSink: Close the file using close() BadSink : Do not close file Flow Variant: 43 Data flow: data flows using a C++ reference from one function to another in the same ...
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using open() Sinks: GoodSink: Close the file using close() BadSink : Do not close file Flow Variant: 33 Data flow: use of a C++ reference to data within the same function
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using fopen() Sinks: GoodSink: Close the file using fclose() BadSink : Do not close file Flow Variant: 84 Data flow: data passed to class constructor and destructor by declaring the class o...
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using fopen() Sinks: GoodSink: Close the file using fclose() BadSink : Do not close file Flow Variant: 83 Data flow: data passed to class constructor and destructor by declaring the class o...
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using fopen() Sinks: GoodSink: Close the file using fclose() BadSink : Do not close file Flow Variant: 82 Data flow: data passed in a parameter to an virtual method called via a pointer
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using fopen() Sinks: GoodSink: Close the file using fclose() BadSink : Do not close file Flow Variant: 81 Data flow: data passed in a parameter to an virtual method called via a reference
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using fopen() Sinks: GoodSink: Close the file using fclose() BadSink : Do not close file Flow Variant: 74 Data flow: data passed in a map from one function to another in different source files
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using fopen() Sinks: GoodSink: Close the file using fclose() BadSink : Do not close file Flow Variant: 73 Data flow: data passed in a list from one function to another in different source f...
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using fopen() Sinks: GoodSink: Close the file using fclose() BadSink : Do not close file Flow Variant: 72 Data flow: data passed in a vector from one function to another in different source...
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using fopen() Sinks: GoodSink: Close the file using fclose() BadSink : Do not close file Flow Variant: 62 Data flow: data flows using a C++ reference from one function to another in differe...
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using fopen() Sinks: GoodSink: Close the file using fclose() BadSink : Do not close file Flow Variant: 43 Data flow: data flows using a C++ reference from one function to another in the sam...
-
CWE: 775 Missing Release of File Descriptor or Handle After Effective Lifetime BadSource: Open a file using fopen() Sinks: GoodSink: Close the file using fclose() BadSink : Do not close file Flow Variant: 33 Data flow: use of a C++ reference to data within the same function
-
CWE: 773 Missing Reference to Active File Descriptor or Handle BadSource: Create a file handle using CreateFile() Sinks: GoodSink: Close the file handle before reusing it BadSink : Reassign the file handle before closing it Flow Variant: 84 Data flow: data passed to class constructor and de...
-
CWE: 773 Missing Reference to Active File Descriptor or Handle BadSource: Create a file handle using CreateFile() Sinks: GoodSink: Close the file handle before reusing it BadSink : Reassign the file handle before closing it Flow Variant: 83 Data flow: data passed to class constructor and de...
-
CWE: 773 Missing Reference to Active File Descriptor or Handle BadSource: Create a file handle using CreateFile() Sinks: GoodSink: Close the file handle before reusing it BadSink : Reassign the file handle before closing it Flow Variant: 82 Data flow: data passed in a parameter to an virtua...
-
CWE: 773 Missing Reference to Active File Descriptor or Handle BadSource: Create a file handle using CreateFile() Sinks: GoodSink: Close the file handle before reusing it BadSink : Reassign the file handle before closing it Flow Variant: 81 Data flow: data passed in a parameter to an virtua...
-
CWE: 773 Missing Reference to Active File Descriptor or Handle BadSource: Create a file handle using CreateFile() Sinks: GoodSink: Close the file handle before reusing it BadSink : Reassign the file handle before closing it Flow Variant: 74 Data flow: data passed in a map from one function ...
-
CWE: 773 Missing Reference to Active File Descriptor or Handle BadSource: Create a file handle using CreateFile() Sinks: GoodSink: Close the file handle before reusing it BadSink : Reassign the file handle before closing it Flow Variant: 73 Data flow: data passed in a list from one function...
-
CWE: 773 Missing Reference to Active File Descriptor or Handle BadSource: Create a file handle using CreateFile() Sinks: GoodSink: Close the file handle before reusing it BadSink : Reassign the file handle before closing it Flow Variant: 72 Data flow: data passed in a vector from one functi...