Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-nfs.c:5234

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

dissect_nfs3_rename_call

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-nfs.c)expand/collapse
Show more  
 5220  dissect_nfs3_rename_call(tvbuff_t *tvb, int offset, packet_info *pinfo,
 5221          proto_tree* tree)
 5222  {
 5223          guint32 from_hash;
 5224          char *from_name=NULL;
 5225          guint32 to_hash;
 5226          char *to_name=NULL;
 5227   
 5228          offset = dissect_diropargs3(tvb, offset, pinfo, tree, "from", &from_hash, &from_name);
 5229[+]         offset = dissect_diropargs3(tvb, offset, pinfo, tree, "to", &to_hash, &to_name);
 5230   
 5231[+]         if (check_col(pinfo->cinfo, COL_INFO)) {
 5232                  col_append_fstr(pinfo->cinfo, COL_INFO,", From DH:0x%08x/%s To DH:0x%08x/%s", from_hash, from_name, to_hash, to_name);
 5233          }
 5234          proto_item_append_text(tree, ", RENAME Call From DH:0x%08x/%s To DH:0x%08x/%s", from_hash, from_name, to_hash, to_name);
Show more  




Change Warning 12434.34880 : Uninitialized Variable

Because they are very similar, this warning shares annotations with warning 12434.34882.

Priority:
State:
Finding:
Owner:
Note: