(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-mapi.c) |
| |
| 9622 | | | mapi_dissect_EcDoConnect_response(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_) |
| 9623 | | | { |
| 9624 | | | guint32 status; |
| 9625 | | | |
| 9626 | | | pinfo->dcerpc_procedure_name="EcDoConnect"; |
| 9627 | | | offset = mapi_dissect_element_EcDoConnect_handle(tvb, offset, pinfo, tree, drep); |
| 9628 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 9629 | | | |
| 9630 | | | offset = mapi_dissect_element_EcDoConnect_unknown4(tvb, offset, pinfo, tree, drep); |
| 9631 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 9632 | | | |
| 9633 | | | offset = mapi_dissect_element_EcDoConnect_session_nb(tvb, offset, pinfo, tree, drep); |
| 9634 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 9635 | | | |
| 9636 | | | offset = mapi_dissect_element_EcDoConnect_org_group(tvb, offset, pinfo, tree, drep); |
| 9637 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 9638 | | | |
| 9639 | | | offset = mapi_dissect_element_EcDoConnect_user(tvb, offset, pinfo, tree, drep); |
| 9640 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 9641 | | | |
| 9642 | | | offset = mapi_dissect_element_EcDoConnect_store_version(tvb, offset, pinfo, tree, drep); |
| 9643 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 9644 | | | |
| 9645 | | | offset = mapi_dissect_element_EcDoConnect_emsmdb_client_version(tvb, offset, pinfo, tree, drep); |
| 9646 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 9647 | | | |
| 9648 | | | offset = mapi_dissect_element_EcDoConnect_alloc_space(tvb, offset, pinfo, tree, drep); |
| 9649 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 9650 | | | |
| 9651 | [+] | | offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_mapi_MAPISTATUS_status, &status); |
Event 1:
dissect_ndr_uint32() does not initialize status. - This may be because of a failure case or other special case for dissect_ndr_uint32().
hide
|
|
 |
| 9652 | | | if (status != 0 && check_col(pinfo->cinfo, COL_INFO)) |
Uninitialized Variable
status was not initialized. The issue can occur if the highlighted code executes. See related event 1. Show: All events | Only primary events |
|
| |