wireshark/epan/dissectors/asn1/h225
Evan Huus 059c7906c0 h225: fix tvblist used uninitialized
6caf24e966 uncovered a bug
in the h225 dissector where h245_list was used in a path that wasn't
guaranteed to be initialized. It wasn't causing fuzz errors before
because the memory was at least being zeroed, although that state was
still technically invalid.

Initialize and call the tvb_lists in dissect_h225_h225_RasMessage, which
is the other h225 entrypoint, just like dissect_h225_H323UserInformation
(the other dissector entrypoint) was already doing.
2021-09-10 15:24:48 -04:00
..
CMakeLists.txt
H323-MESSAGES.asn
h225.cnf tvblist: explicitly scope memory 2021-09-08 01:37:07 +00:00
packet-h225-template.c h225: fix tvblist used uninitialized 2021-09-10 15:24:48 -04:00
packet-h225-template.h