Beispiel #1
0
 /* goodB2G() - use badsource and goodsink */
 private static void GoodB2G()
 {
     /* POTENTIAL FLAW: Use a random value */
     data = (uint)(new Random().Next(1 << 30)) << 2 | (uint)(new Random().Next(1 << 2));
     CWE190_Integer_Overflow__UInt32_rand_add_68b.GoodB2GSink();
 }