Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-h245.c:8861

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

dissect_h245_T_subElementList

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-h245.c)expand/collapse
Show more  
 8853  dissect_h245_T_subElementList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
 8854  #line 100 "h245.cnf"
 8855    h223_mux_element dummy_me, *parent_me = h223_me;
 8856    h223_me = &dummy_me;
 8857    offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
 8858                                                    ett_h245_T_subElementList, T_subElementList_sequence_of,
 8859                                                    2, 255, FALSE);
 8860   
 8861    parent_me->sublist = dummy_me.next;
Show more  




Change Warning 3129.33479 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: