public override void Bad()
 {
     /* POTENTIAL FLAW: Use the maximum size of the data type */
     data = byte.MaxValue;
     CWE190_Integer_Overflow__Byte_max_add_68b.BadSink();
 }