Text   |  XML   |  ReML   |   Visible Warnings:

Negative Character Value  at uat.c:639

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

uat_fld_chk_str_isalpha

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/uat.c)expand/collapse
Show more  
 629                          g_snprintf(s,5,"\\x%.2x",((guint)*b));
 630                          s+=4;
 631                  }
 632          }
 633   
 634          return out;
 635   
 636  }
 637   
 638  CHK_STR_IS_DEF(isprint)
 639  CHK_STR_IS_DEF(isalpha)
 640  CHK_STR_IS_DEF(isalnum)
 641  CHK_STR_IS_DEF(isdigit)
 642  CHK_STR_IS_DEF(isxdigit)
 643   
 644  /*
 645   * Editor modelines
 646   *
 647   * Local Variables:
 648   * c-basic-offset: 4 
 649   * tab-width: 4 
Show more  




Change Warning 85.27716 : Negative Character Value

Priority:
State:
Finding:
Owner:
Note: