public override void Bad()
        {
            sbyte data;

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