Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcom-dispatch.c:249

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

dissect_IDispatch_GetIDsOfNames_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcom-dispatch.c)expand/collapse
Show more  
 230  dissect_IDispatch_GetIDsOfNames_resp(tvbuff_t *tvb, int offset,
 231          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 232  {
 233          guint32 u32DispId;
 234          guint32 u32ArraySize;
 235          guint32 u32Tmp;
 236          guint32 u32HResult;
 237   
 238   
 239      offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 240   
 241          offset = dissect_dcom_dcerpc_array_size(tvb, offset, pinfo, tree, drep,  
 242                                                  &u32ArraySize);
 243   
 244          u32Tmp = u32ArraySize;
 245          while (u32Tmp--) {
 246                  offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep,  
 247[+]                         hf_dispatch_id, &u32DispId);
 248                  if (check_col(pinfo->cinfo, COL_INFO)) {
 249                    col_append_fstr(pinfo->cinfo, COL_INFO, " ID=0x%x", u32DispId);
Show more  




Change Warning 12440.35012 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: