(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-fmp_notify.c) |
| |
| 329 | | | dissect_FMP_NOTIFY_RequestDone_request(tvbuff_t *tvb, int offset, |
| 330 | | | packet_info *pinfo, proto_tree *tree) |
| 331 | | | { |
| 332 | | | int rval; |
| 333 | | | |
| 334 | [+] | | offset = dissect_fmp_notify_status(tvb, offset,tree, &rval); |
Event 1:
dissect_fmp_notify_status() does not initialize rval. - This may be because of a failure case or other special case for dissect_fmp_notify_status().
hide
|
|
 |
| 335 | | | if (rval == 0) { |
Uninitialized Variable
rval was not initialized. The issue can occur if the highlighted code executes. See related event 1. Show: All events | Only primary events |
|
| |