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