Displaying test cases 37726 - 37750 of 45437 in total
-
CWE: 126 Buffer Over-read BadSource: Use a small buffer GoodSource: Use a large buffer Sinks: memcpy BadSink : Copy data to string using memcpy Flow Variant: 63 Data flow: pointer to data passed from one function to another in different source files
-
CWE: 126 Buffer Over-read BadSource: Use a small buffer GoodSource: Use a large buffer Sink: memcpy BadSink : Copy data to string using memcpy Flow Variant: 54 Data flow: data passed as an argument from one function through three others to a fifth; all five functions are in different source...
-
CWE: 126 Buffer Over-read BadSource: Use a small buffer GoodSource: Use a large buffer Sink: memcpy BadSink : Copy data to string using memcpy Flow Variant: 53 Data flow: data passed as an argument from one function through two others to a fourth; all four functions are in different source ...
-
CWE: 126 Buffer Over-read BadSource: Use a small buffer GoodSource: Use a large buffer Sink: memcpy BadSink : Copy data to string using memcpy Flow Variant: 52 Data flow: data passed as an argument from one function to another to another in three different source files
-
CWE: 126 Buffer Over-read BadSource: Use a small buffer GoodSource: Use a large buffer Sink: memcpy BadSink : Copy data to string using memcpy Flow Variant: 51 Data flow: data passed as an argument from one function to another in different source files
-
CWE: 126 Buffer Over-read BadSource: Use a small buffer GoodSource: Use a large buffer Sink: loop BadSink : Copy data to string using a loop Flow Variant: 68 Data flow: data passed as a global variable from one function to another in different source files
-
CWE: 126 Buffer Over-read BadSource: Use a small buffer GoodSource: Use a large buffer Sinks: loop BadSink : Copy data to string using a loop Flow Variant: 67 Data flow: data passed in a struct from one function to another in different source files
-
CWE: 126 Buffer Over-read BadSource: Use a small buffer GoodSource: Use a large buffer Sinks: loop BadSink : Copy data to string using a loop Flow Variant: 66 Data flow: data passed in an array from one function to another in different source files
-
CWE: 126 Buffer Over-read BadSource: Use a small buffer GoodSource: Use a large buffer Sinks: loop BadSink : Copy data to string using a loop Flow Variant: 65 Data/control flow: data passed as an argument from one function to a function in a different source file called via a function pointer
-
CWE: 126 Buffer Over-read BadSource: Use a small buffer GoodSource: Use a large buffer Sinks: loop BadSink : Copy data to string using a loop Flow Variant: 64 Data flow: void pointer to data passed from one function to another in different source files
-
CWE: 126 Buffer Over-read BadSource: Use a small buffer GoodSource: Use a large buffer Sinks: loop BadSink : Copy data to string using a loop Flow Variant: 63 Data flow: pointer to data passed from one function to another in different source files
-
CWE: 126 Buffer Over-read BadSource: Use a small buffer GoodSource: Use a large buffer Sink: loop BadSink : Copy data to string using a loop Flow Variant: 54 Data flow: data passed as an argument from one function through three others to a fifth; all five functions are in different source f...
-
CWE: 126 Buffer Over-read BadSource: Use a small buffer GoodSource: Use a large buffer Sink: loop BadSink : Copy data to string using a loop Flow Variant: 53 Data flow: data passed as an argument from one function through two others to a fourth; all four functions are in different source files
-
CWE: 126 Buffer Over-read BadSource: Use a small buffer GoodSource: Use a large buffer Sink: loop BadSink : Copy data to string using a loop Flow Variant: 52 Data flow: data passed as an argument from one function to another to another in three different source files
-
CWE: 126 Buffer Over-read BadSource: Use a small buffer GoodSource: Use a large buffer Sink: loop BadSink : Copy data to string using a loop Flow Variant: 51 Data flow: data passed as an argument from one function to another in different source files
-
CWE: 126 Buffer Overread Sinks: strncpy GoodSink: Copy a string using wcsncpy() with explicit null termination BadSink : Copy a string using wcsncpy() without explicit null termination Flow Variant: 18 Control flow: goto statements
-
CWE: 126 Buffer Overread Sinks: strncpy GoodSink: Copy a string using wcsncpy() with explicit null termination BadSink : Copy a string using wcsncpy() without explicit null termination Flow Variant: 17 Control flow: for loops
-
CWE: 126 Buffer Overread Sinks: strncpy GoodSink: Copy a string using wcsncpy() with explicit null termination BadSink : Copy a string using wcsncpy() without explicit null termination Flow Variant: 16 Control flow: while(1)
-
CWE: 126 Buffer Overread Sinks: strncpy GoodSink: Copy a string using wcsncpy() with explicit null termination BadSink : Copy a string using wcsncpy() without explicit null termination Flow Variant: 15 Control flow: switch(6)
-
CWE: 126 Buffer Overread Sinks: strncpy GoodSink: Copy a string using wcsncpy() with explicit null termination BadSink : Copy a string using wcsncpy() without explicit null termination Flow Variant: 14 Control flow: if(globalFive==5) and if(globalFive!=5)
-
CWE: 126 Buffer Overread Sinks: strncpy GoodSink: Copy a string using wcsncpy() with explicit null termination BadSink : Copy a string using wcsncpy() without explicit null termination Flow Variant: 13 Control flow: if(GLOBAL_CONST_FIVE==5) and if(GLOBAL_CONST_FIVE!=5)
-
CWE: 126 Buffer Overread Sinks: strncpy GoodSink: Copy a string using wcsncpy() with explicit null termination BadSink : Copy a string using wcsncpy() without explicit null termination Flow Variant: 12 Control flow: if(globalReturnsTrueOrFalse())
-
CWE: 126 Buffer Overread Sinks: strncpy GoodSink: Copy a string using wcsncpy() with explicit null termination BadSink : Copy a string using wcsncpy() without explicit null termination Flow Variant: 11 Control flow: if(globalReturnsTrue()) and if(globalReturnsFalse())
-
CWE: 126 Buffer Overread Sinks: strncpy GoodSink: Copy a string using wcsncpy() with explicit null termination BadSink : Copy a string using wcsncpy() without explicit null termination Flow Variant: 10 Control flow: if(globalTrue) and if(globalFalse)
-
CWE: 126 Buffer Overread Sinks: strncpy GoodSink: Copy a string using wcsncpy() with explicit null termination BadSink : Copy a string using wcsncpy() without explicit null termination Flow Variant: 09 Control flow: if(GLOBAL_CONST_TRUE) and if(GLOBAL_CONST_FALSE)