Wireshark-commits: [Wireshark-commits] master ae6b585: ISAKMP: fix memory leaks for IKEv1 decryptio

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 26 Jan 2019 07:43:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ae6b585d518c56c5daa0243796c6321643e68ed7
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

ae6b585 by Peter Wu (peter@xxxxxxxxxxxxx):

    ISAKMP: fix memory leaks for IKEv1 decryption
    
    Fixes leaks of allocations from dissect_key_exch as detected by ASAN
    while running the following tests:
    
        test_ikev1_simultaneous
        test_ikev1_unencrypted
        test_text2pcap_ikev1_certs_pcap
        test_ikev1_certs
    
    Change-Id: Ifc102539efadd33d1b9d9921bcdbb35dfd31927f
    Fixes: acfe071eb6 ("Add decryption support.")
    Reviewed-on: https://code.wireshark.org/review/31740
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0b63286   dumpcap: fix memory leak in ringbuffer mode
     add  ae6b585   ISAKMP: fix memory leaks for IKEv1 decryption


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