(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c) |
| |
| 3545 | | | dissect_ICBAAccoMgt_AddConnections_resp(tvbuff_t *tvb, int offset, |
| 3546 | | | packet_info *pinfo, proto_tree *tree, guint8 *drep) |
| 3547 | | | { |
| 3548 | | | guint32 u32Pointer; |
| 3549 | | | guint32 u32ArraySize = 0; |
| 3550 | | | guint32 u32ConsID; |
| 3551 | | | guint16 u16ConnVersion; |
| 3552 | | | guint32 u32HResult = 0; |
| 3553 | | | guint32 u32Count = 0; |
| 3554 | | | guint32 u32Idx; |
| 3555 | | | proto_item *sub_item; |
| 3556 | | | proto_tree *sub_tree; |
| 3557 | | | guint32 u32SubStart; |
| 3558 | | | |
| 3559 | | | |
| 3560 | | | offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep); |
| 3561 | | | |
| 3562 | | | offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep, |
| 3563 | [+] | | &u32Pointer); |
Event 1:
dissect_dcom_dcerpc_pointer() does not initialize u32Pointer. - This may be because of a failure case or other special case for dissect_dcom_dcerpc_pointer().
hide
|
|
 |
| 3564 | | | |
| 3565 | | | if (u32Pointer) { |
Uninitialized Variable
u32Pointer was not initialized. The issue can occur if the highlighted code executes. See related events 1 and 3. Show: All events | Only primary events |
|
| |