URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d8b560174a95142181457b3da5c424fa65ead88
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
8d8b560 by Martin Kaiser (wireshark@xxxxxxxxx):
[airpdcap rijndael] use packet scoped wmem memory in AES_unwrap()
at the moment, AirPDcapDecryptWPABroadcastKey() does not free the buffer
allocated by AES_unwrap() if there's an error while parsing the returned data
this could be fixed by adding more g_free() calls or by using wmem
memory
Change-Id: I332968da2186fbd17cbb7708082fa701dcab668e
Reviewed-on: https://code.wireshark.org/review/12770
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 7f12eb0 [SMTP] Combine username and password when base64 decoding fails or is disabled.
adds 8d8b560 [airpdcap rijndael] use packet scoped wmem memory in AES_unwrap()
Summary of changes:
epan/crypt/airpdcap_rijndael.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)