(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-disp.c) |
| |
| 861 | | | dissect_disp_CoordinateShadowUpdateResult(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { |
| 862 | | | #line 74 "disp.cnf" |
| 863 | | | guint32 update; |
| 864 | | | |
| 865 | | | offset = dissect_ber_choice(actx, tree, tvb, offset, |
| 866 | | | CoordinateShadowUpdateResult_choice, hf_index, ett_disp_CoordinateShadowUpdateResult, |
| 867 | [+] | | &update); |
Event 1:
dissect_ber_choice() does not initialize update. - This may be because of a failure case or other special case for dissect_ber_choice().
hide
|
|
 |
| 868 | | | |
| 869 | | | |
| 870 | [+] | | if (check_col(actx->pinfo->cinfo, COL_INFO)) { |
 |
| 871 | | | col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %s", val_to_str(update, disp_CoordinateShadowUpdateResult_vals, "unknown(%d)")); |
Uninitialized Variable
update was not initialized. The issue can occur if the highlighted code executes. See related event 1. Show: All events | Only primary events |
|
| |