public override void Bad()
        {
            int data;

            /* POTENTIAL FLAW: Set data to a value greater than the size of the array */
            data = 100;
            CWE129_Improper_Validation_of_Array_Index__large_fixed_array_size_54b.BadSink(data);
        }