public override void Bad()
        {
            long data;

            /* POTENTIAL FLAW: Use the minimum size of the data type */
            data = long.MinValue;
            CWE191_Integer_Underflow__Long_min_sub_54b.BadSink(data);
        }