Exemplo n.º 1
0
 public override void Bad()
 {
     int data = CWE197_Numeric_Truncation_Error__int_Environment_to_byte_61b.BadSource();
     {
         /* POTENTIAL FLAW: Convert data to a byte, possibly causing a truncation error */
         IO.WriteLine((byte)data);
     }
 }