Displaying test cases 58101 - 58125 of 74755 in total
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 41 Data flow: data passed as an ...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 34 Data flow: use of a union con...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 32 Data flow using two pointers ...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 31 Data flow using a copy of dat...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 19 Control flow: Dead code after...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 18 Control flow: goto statements
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 17 Control flow: for loops
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 16 Control flow: while(1) and wh...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 15 Control flow: switch(6) and s...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 14 Control flow: if(global_five=...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 13 Control flow: if(global_const...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 12 Control flow: if(global_retur...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 11 Control flow: if(global_retur...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 10 Control flow: if(global_t) an...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 09 Control flow: if(global_const...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 08 Control flow: if(static_retur...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 07 Control flow: if(static_five=...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 06 Control flow: if(static_const...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 05 Control flow: if(static_t) an...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 04 Control flow: if(static_const...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 03 Control flow: if(5==5) and if...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 02 Control flow: if(1) and if(0)
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: multiply GoodSink: Ensure there is no overflow before performing the multiplication BadSink : Multiply data by 2 Flow Variant: 01 Baseline
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: add GoodSink: Ensure there is no overflow before performing the addition BadSink : Add 1 to data Flow Variant: 68 Data flow: data passed as a global variable f...
-
CWE: 190 Integer Overflow BadSource: listen_socket Read data using a listen socket (server side) GoodSource: Small, non-zero Sinks: add GoodSink: Ensure there is no overflow before performing the addition BadSink : Add 1 to data Flow Variant: 67 Data flow: data passed in a struct from one f...