Uninitialized Variable at packet-h245.c:8979 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_h245_T_elementList (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-h245.c)![]() | ||||||
![]() | ||||||
8968 | dissect_h245_T_elementList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { | |||||
8969 | #line 72 "h245.cnf" | |||||
8970 | /* create a h223_mux_element to hold onto the head of the list, since | |||||
8971 | * h223_me will track the tail */ | |||||
8972 | h223_mux_element dummy_me; | |||||
8973 | h223_me = &dummy_me; | |||||
8974 | offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index, | |||||
8975 | ett_h245_T_elementList, T_elementList_sequence_of, | |||||
8976 | 1, 256, FALSE); | |||||
8977 | ||||||
8978 | /* set h223_me to the head of the list for MEDescriptor to pick up */ | |||||
8979 | h223_me = dummy_me.next;
| |||||
![]() |