URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=336ccc11bbf25a56abc10f6c1ba3f1322cbd0add
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark
Commits:
336ccc1 by Evan Huus (eapache@xxxxxxxxx):
dec-dnart: use pinfo-scoped memory for addresses
They may be accessed during the print phase, at which point packet-scope memory
has already been freed.
Bug: 10724
Change-Id: Ifcf5fc0c0857614edf85349b12dfe605abf6fef7
Reviewed-on: https://code.wireshark.org/review/5499
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 4fc25f5 SMTP: escape ASCII strings printed to COL_INFO
adds 336ccc1 dec-dnart: use pinfo-scoped memory for addresses
Summary of changes:
epan/dissectors/packet-dec-dnart.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)