(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-fmp.c) |
| |
| 1737 | | | dissect_FMP_GetVolumeInfo_reply(tvbuff_t *tvb, int offset, |
| 1738 | | | packet_info *pinfo _U_, proto_tree *tree) |
| 1739 | | | { |
| 1740 | | | int rval; |
| 1741 | | | |
| 1742 | [+] | | offset = dissect_fmp_status(tvb, offset,tree, &rval); |
Event 1:
dissect_fmp_status() does not initialize rval. - This may be because of a failure case or other special case for dissect_fmp_status().
hide
|
|
 |
| 1743 | | | 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 |
|
| |