Text   |  XML   |  ReML   |   Visible Warnings:

Empty if Statement  at packet-gdsdb.c:1002

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

gdsdb_exec_immediate2

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)expand/collapse
Show more  
 992  }
 993   
 994  static int
 995  gdsdb_exec_immediate2(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
 996  {
 997          /* int offset; */
 998   
 999          if (tvb_length(tvb) < 44) {
 1000                  return 0;
 1001          }
 1002          if (tree) {
 1003  /* hf_gdsdb_prepare2_blr */
 1004  /* hf_gdsdb_prepare2_number */
 1005  /* hf_gdsdb_prepare2_messages */
 1006  /* hf_gdsdb_prepare2_outblr */
 1007  /* hf_gdsdb_prepare2_outmsgnr */
 1008          }
 1009   
 1010          return tvb_length(tvb);
 1011  }
 1012   
Show more  




Change Warning 40.27282 : Empty if Statement

Priority:
State:
Finding:
Owner:
Note: