示例#1
0
        public override void Bad()
        {
            sbyte data;

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