Exemple #1
0
 public override void Bad()
 {
     /* POTENTIAL FLAW: Use the maximum size of the data type */
     data = short.MaxValue;
     CWE190_Integer_Overflow__Short_max_add_68b.BadSink();
 }