Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-mapi.c:9977

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

mapi_dissect_EcRRegisterPushNotification_response

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-mapi.c)expand/collapse
Show more  
 9965  mapi_dissect_EcRRegisterPushNotification_response(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_)
 9966  {
 9967          guint32 status;
 9968   
 9969          pinfo->dcerpc_procedure_name="EcRRegisterPushNotification";
 9970          offset = mapi_dissect_element_EcRRegisterPushNotification_handle(tvb, offset, pinfo, tree, drep);
 9971          offset = dissect_deferred_pointers(pinfo, tvb, offset, drep);
 9972   
 9973          offset = mapi_dissect_element_EcRRegisterPushNotification_retval(tvb, offset, pinfo, tree, drep);
 9974          offset = dissect_deferred_pointers(pinfo, tvb, offset, drep);
 9975   
 9976[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_mapi_MAPISTATUS_status, &status);
 9977          if (status != 0 && check_col(pinfo->cinfo, COL_INFO))
Show more  




Change Warning 2045.34986 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: