Wireshark-commits: [Wireshark-commits] master fa24207: [aidpdcap] use packet scoped wmem memory for

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 21 Dec 2015 05:07:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fa24207d34c434a86461938c654cdaab0d9d00fa
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fa24207 by Martin Kaiser (wireshark@xxxxxxxxx):

    [aidpdcap] use packet scoped wmem memory for szEncryptedKey
    
    to make sure that AirPDcapDecryptWPABroadcastKey() does not leak memory
    when it returns an error
    
    Change-Id: I01dc8dc0d6cc1e72e9784a262e35e24844e35dbc
    Reviewed-on: https://code.wireshark.org/review/12745
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  c9670e3   Squelch another warning.
    adds  fa24207   [aidpdcap] use packet scoped wmem memory for szEncryptedKey


Summary of changes:
 epan/crypt/airpdcap.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)