URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bd19532bfb83fc24f3aa19ee097a48f22ef9097a
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bd19532 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
Do not use packet scope memory outside packet dissectors
Otherwise it will trigger an assert
Fixes a regression introduced in gf002332
Change-Id: I0cffa2c952b7eff085a1834ebabfec03342095bd
Reviewed-on: https://code.wireshark.org/review/5950
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 9fbede8 no need for if(tree)
adds bd19532 Do not use packet scope memory outside packet dissectors
Summary of changes:
epan/addr_resolv.c | 2 +-
epan/proto.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)