(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcom-oxid.c) |
| |
| 223 | | | dissect_oxid_resolve_oxid2_resp(tvbuff_t *tvb, int offset, |
| 224 | | | packet_info *pinfo, proto_tree *tree, guint8 *drep) |
| 225 | | | { |
| 226 | | | guint32 u32Pointer; |
| 227 | | | guint32 u32ArraySize; |
| 228 | | | e_uuid_t ipid; |
| 229 | | | guint32 u32AuthnHint; |
| 230 | | | guint16 u16VersionMajor; |
| 231 | | | guint16 u16VersionMinor; |
| 232 | | | guint32 u32HResult; |
| 233 | | | |
| 234 | | | |
| 235 | | | offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep, |
| 236 | [+] | | &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
|
|
 |
| 237 | | | 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 |
|
| |