(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcom-dispatch.c) |
| |
| 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); |
Event 1:
dissect_dcom_dcerpc_array_size() does not initialize u32ArraySize. - This may be because of a failure case or other special case for dissect_dcom_dcerpc_array_size().
hide
|
|
 |
| 243 | | | |
| 244 | | | u32Tmp = u32ArraySize; |
Uninitialized Variable
u32ArraySize was not initialized. The issue can occur if the highlighted code executes. See related events 1 and 3. Show: All events | Only primary events |
|
| |