Wireshark-commits: [Wireshark-commits] lts-1.12.1 1bc3b8a: dec-dnart: use pinfo-scoped memory for a

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 14 Jan 2015 15:48:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1bc3b8adb2ef850a0b90542bfac5f4b90f051e92
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: lts-1.12.1
Repository: wireshark

Commits:

1bc3b8a 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/5498
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 8ae9b5363ef210813767bb0cf3af2603092f914c)
    Reviewed-on: https://code.wireshark.org/review/6427
    

Actions performed:

    from  43c3fe6   gtk: fix crash on Broadway GDK backend
    adds  1bc3b8a   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(-)