URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a559f2a050947f793c00159c0cd4d30f403f217c
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a559f2a 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/5497
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from e843c67 wccp: use pinfo-scope memory for addresses
adds a559f2a 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(-)