(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c) |
| |
| 4355 | | | dissect_ICBAAccoMgt_GetDiagnosis_resp(tvbuff_t *tvb, int offset, |
| 4356 | | | packet_info *pinfo, proto_tree *tree, guint8 *drep) |
| 4357 | | | { |
| 4358 | | | guint32 u32OutLength; |
| 4359 | | | |
| 4360 | | | |
| 4361 | | | offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep); |
| 4362 | | | |
| 4363 | | | offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep, |
| 4364 | [+] | | hf_cba_acco_diag_out_length, &u32OutLength); |
Event 1:
dissect_ndr_uint32() does not initialize u32OutLength. - This may be because of a failure case or other special case for dissect_ndr_uint32().
hide
|
|
 |
| 4365 | | | |
| 4366 | | | if(u32OutLength != 0) { |
Uninitialized Variable
u32OutLength was not initialized. The issue can occur if the highlighted code executes. See related event 1. Show: All events | Only primary events |
|
| |