ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master-1.12 8ae9b53: dec-dnart: use pinfo-scoped memory for

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 28 Nov 2014 17:50:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8ae9b5363ef210813767bb0cf3af2603092f914c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

8ae9b53 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>
    

Actions performed:

    from  52b0ebc   TCP: move Windows Scaling and SCPS checks after options decoding
    adds  8ae9b53   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(-)