Text   |  XML   |  ReML   |   Visible Warnings:

Redundant Condition  at packet-aim-messaging.c:474

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

is_uuid_null

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-aim-messaging.c)expand/collapse
Show more  
 468  static int is_uuid_null(e_uuid_t uuid)
 469  {
 470          return (uuid.Data1 == 0) &&
 471                 (uuid.Data2 == 0) &&
 472                 (uuid.Data3 == 0) &&
 473                 (uuid.Data4[0] == 0) &&
 474                 (uuid.Data4[1] == 0) &&
 475                 (uuid.Data4[2] == 0) &&
 476                 (uuid.Data4[3] == 0) &&
 477                 (uuid.Data4[4] == 0) &&
 478                 (uuid.Data4[5] == 0) &&
 479                 (uuid.Data4[6] == 0) &&
 480                 (uuid.Data4[7] == 0);
 481  }
Show more  




Change Warning 1835.29281 : Redundant Condition

Priority:
State:
Finding:
Owner:
Note: