URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2cd23a44935cdc21c342b68a8813207a300011f0
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
2cd23a4 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
CMIP: get rid of some evil global variables
Fixes an ASAN failure reported by Alexis
Note that some global variables remain as I do not know enough on this protocol to safely remove them
Change-Id: If392a8f09ef2fc2f2d46871a71149e29fe5e292c
Reviewed-on: https://code.wireshark.org/review/7099
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
(cherry picked from commit fd870e34e865e5d8e1114b8b6d9394355989a617)
Conflicts:
epan/dissectors/packet-cmip.c
Reviewed-on: https://code.wireshark.org/review/7205
Actions performed:
from be37246 Don't send an effectively empty message (no TVBs) to the SCTP tap.
adds 2cd23a4 CMIP: get rid of some evil global variables
Summary of changes:
asn1/cmip/cmip.cnf | 38 +++++++------
asn1/cmip/packet-cmip-template.c | 13 -----
epan/dissectors/packet-cmip.c | 116 +++++++++++++++-----------------------
3 files changed, 67 insertions(+), 100 deletions(-)