public override void Bad()
        {
            ushort data;

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