(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba.c) |
| |
| 867 | | | dissect_ICBALogicalDevice_Get_RTAuto_rqst(tvbuff_t *tvb, int offset, |
| 868 | | | packet_info *pinfo, proto_tree *tree, guint8 *drep) |
| 869 | | | { |
| 870 | | | gchar szStr[1000]; |
| 871 | | | guint32 u32MaxStr = sizeof(szStr); |
| 872 | | | guint32 u32Pointer; |
| 873 | | | |
| 874 | | | |
| 875 | | | offset = dissect_dcom_this(tvb, offset, pinfo, tree, drep); |
| 876 | | | |
| 877 | | | offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep, |
| 878 | [+] | | &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
|
|
 |
| 879 | | | 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 |
|
| |