(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-mapi.c) |
| |
| 9793 | | | mapi_dissect_EcDoRpc_response(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_) |
| 9794 | | | { |
| 9795 | | | guint32 status; |
| 9796 | | | |
| 9797 | | | pinfo->dcerpc_procedure_name="EcDoRpc"; |
| 9798 | | | offset = mapi_dissect_element_EcDoRpc_handle(tvb, offset, pinfo, tree, drep); |
| 9799 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 9800 | | | |
| 9801 | | | offset = mapi_dissect_element_EcDoRpc_size(tvb, offset, pinfo, tree, drep); |
| 9802 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 9803 | | | |
| 9804 | | | offset = mapi_dissect_element_EcDoRpc_offset(tvb, offset, pinfo, tree, drep); |
| 9805 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 9806 | | | |
| 9807 | | | offset = mapi_dissect_element_EcDoRpc_response(tvb, offset, pinfo, tree, drep); |
| 9808 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 9809 | | | |
| 9810 | | | offset = mapi_dissect_element_EcDoRpc_length(tvb, offset, pinfo, tree, drep); |
| 9811 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 9812 | | | |
| 9813 | [+] | | 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
|
|
 |
| 9814 | | | 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 |
|
| |