예제 #1
0
        /* goodB2G() - use badsource and goodsink */
        private static void GoodB2G()
        {
            long data;

            /* POTENTIAL FLAW: Use a random value */
            data = IO.GetRandomLong();
            CWE190_Integer_Overflow__Long_rand_square_71b.GoodB2GSink((Object)data);
        }