Wireshark-commits: [Wireshark-commits] master fb85325: IPP: fix use after free error

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 8 Sep 2016 20:08:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fb85325d695a2c8d7b78073f5f493dfbfe496956
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fb85325 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    IPP: fix use after free error
    
    Packet memory pool is already freed when columns are printed
    
    Bug: 12840
    Change-Id: If3e63586f14872aafe701612998370fffe506443
    Reviewed-on: https://code.wireshark.org/review/17584
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  2f0a99e   M2AP: fix a typo leading to an expert info when decoding an IPv6 address
    adds  fb85325   IPP: fix use after free error


Summary of changes:
 epan/dissectors/packet-ipp.c |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)