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 e843c67: wccp: use pinfo-scope memory for addresses

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 26 Nov 2014 03:33:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e843c6797db98bfceab382d5d7e76727e1014f5e
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e843c67 by Evan Huus (eapache@xxxxxxxxx):

    wccp: use pinfo-scope memory for addresses
    
    They may be accessed during the print phase, at which point packet-scope memory
    has already been freed.
    
    Bug: 10720
    Change-Id: Ia2b160fd9de4ccaa3a4b8d9cb70fb9b32d4e08a0
    Reviewed-on: https://code.wireshark.org/review/5496
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  85ca1cf   conversation_table: fix indent (use 4spaces) and add modelines info
    adds  e843c67   wccp: use pinfo-scope memory for addresses


Summary of changes:
 epan/dissectors/packet-wccp.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)