Wireshark-commits: [Wireshark-commits] master 05c4705: multipart: use packet scope memory to avoid

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 07 Mar 2018 06:06:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=05c4705a19448646ca316ba3b1eb333a05482956
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

05c4705 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    multipart: use packet scope memory to avoid leaking in case an exception is triggered by subdissectors
    
    Bug: 14486
    Change-Id: I275f8c962f126ad55fc7086012e7b67cc0dc60b3
    Reviewed-on: https://code.wireshark.org/review/26291
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4581eb2   GIOP: use wmem packet scope for get_modname_from_repoid()
    adds  05c4705   multipart: use packet scope memory to avoid leaking in case an exception is triggered by subdissectors


Summary of changes:
 epan/dissectors/packet-multipart.c | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)