Ejemplo n.º 1
0
        public override void Bad()
        {
            ulong data;

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