Wireshark-commits: [Wireshark-commits] master eed22ac: Fix double free.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 12 Oct 2014 20:22:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eed22acbcf9149977c6bd6a42c858ac25850baf6
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

eed22ac by Tomasz Moń (desowin@xxxxxxxxx):

    Fix double free.
    
    This double free involves damaging GHashTable internals (key and value).
    
    Change-Id: I17c8a473b96ab28e611ccf79ddd2b3da56512184
    Reviewed-on: https://code.wireshark.org/review/4629
    Tested-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Tomasz Moń <desowin@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  fc2f318   Fix handling of extcap boolflags which defaults to true.
    adds  eed22ac   Fix double free.


Summary of changes:
 extcap.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)