Esempio n. 1
0
 /* goodB2G() - use badsource and goodsink */
 private static void GoodB2G()
 {
     /* POTENTIAL FLAW: Use the maximum size of the data type */
     data = ushort.MaxValue;
     CWE190_Integer_Overflow__UInt16_max_square_68b.GoodB2GSink();
 }