/* goodB2G() - use badsource and goodsink */
        private void GoodB2G()
        {
            ushort data;

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