Esempio n. 1
0
        public override void Bad()
        {
            uint data;

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