(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-winreg.c) |
| |
| 2551 | | | winreg_dissect_QueryInfoKey_response(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_) |
| 2552 | | | { |
| 2553 | | | guint32 status; |
| 2554 | | | |
| 2555 | | | pinfo->dcerpc_procedure_name="QueryInfoKey"; |
| 2556 | | | offset = winreg_dissect_element_QueryInfoKey_classname(tvb, offset, pinfo, tree, drep); |
| 2557 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 2558 | | | |
| 2559 | | | offset = winreg_dissect_element_QueryInfoKey_num_subkeys(tvb, offset, pinfo, tree, drep); |
| 2560 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 2561 | | | |
| 2562 | | | offset = winreg_dissect_element_QueryInfoKey_max_subkeylen(tvb, offset, pinfo, tree, drep); |
| 2563 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 2564 | | | |
| 2565 | | | offset = winreg_dissect_element_QueryInfoKey_max_subkeysize(tvb, offset, pinfo, tree, drep); |
| 2566 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 2567 | | | |
| 2568 | | | offset = winreg_dissect_element_QueryInfoKey_num_values(tvb, offset, pinfo, tree, drep); |
| 2569 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 2570 | | | |
| 2571 | | | offset = winreg_dissect_element_QueryInfoKey_max_valnamelen(tvb, offset, pinfo, tree, drep); |
| 2572 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 2573 | | | |
| 2574 | | | offset = winreg_dissect_element_QueryInfoKey_max_valbufsize(tvb, offset, pinfo, tree, drep); |
| 2575 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 2576 | | | |
| 2577 | | | offset = winreg_dissect_element_QueryInfoKey_secdescsize(tvb, offset, pinfo, tree, drep); |
| 2578 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 2579 | | | |
| 2580 | | | offset = winreg_dissect_element_QueryInfoKey_last_changed_time(tvb, offset, pinfo, tree, drep); |
| 2581 | | | offset = dissect_deferred_pointers(pinfo, tvb, offset, drep); |
| 2582 | | | |
| 2583 | [+] | | offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_winreg_werror, &status); |
Event 1:
dissect_ndr_uint32() does not initialize status. - This may be because of a failure case or other special case for dissect_ndr_uint32().
hide
|
|
 |
| 2584 | | | |
| 2585 | | | if (status != 0 && check_col(pinfo->cinfo, COL_INFO)) |
Uninitialized Variable
status was not initialized. The issue can occur if the highlighted code executes. See related event 1. Show: All events | Only primary events |
|
| |