Example #1
0
        /* goodG2B() - use goodsource and badsink */
        private static void GoodG2B()
        {
            int data;

            /* FIX: Use a hardcoded number that won't cause underflow, overflow, divide by zero, or loss-of-precision issues */
            data = 2;
            CWE129_Improper_Validation_of_Array_Index__ReadLine_array_read_check_max_71b.GoodG2BSink((Object)data);
        }