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

            /* POTENTIAL FLAW: Use the maximum size of the data type */
            data = ulong.MaxValue;
            CWE190_Integer_Overflow__UInt64_max_multiply_71b.BadSink((Object)data);
        }