(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c) |
| |
| 3971 | | | dissect_ICBAAccoMgt2_DiagConsConnections_resp(tvbuff_t *tvb, int offset, |
| 3972 | | | packet_info *pinfo, proto_tree *tree, guint8 *drep) |
| 3973 | | | { |
| 3974 | | | guint32 u32Count; |
| 3975 | | | guint32 u32TmpCount; |
| 3976 | | | guint32 u32Pointer; |
| 3977 | | | guint32 u32HResult; |
| 3978 | | | guint8 u8State; |
| 3979 | | | guint16 u16Persistence; |
| 3980 | | | guint16 u16ConnVersion; |
| 3981 | | | proto_item *sub_item; |
| 3982 | | | proto_tree *sub_tree; |
| 3983 | | | proto_item *state_item; |
| 3984 | | | guint32 u32SubStart; |
| 3985 | | | guint32 u32Idx; |
| 3986 | | | guint32 u32VariableOffset; |
| 3987 | | | guint32 u32ConnErrorState; |
| 3988 | | | |
| 3989 | | | |
| 3990 | | | offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep); |
| 3991 | | | |
| 3992 | | | offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep, |
| 3993 | [+] | | &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
|
|
 |
| 3994 | | | |
| 3995 | | | u32VariableOffset = offset; |
| 3996 | | | |
| 3997 | | | 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 |
|
| |