URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6fc342234cce888ab195bdccd1226d01fac4410f
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
6fc3422 by Gerald Combs (gerald@xxxxxxxxxxxxx):
TLS: Fix an allocator mismatch.
secrets_rsa_decrypt returns GLib-allocated memory. Free it using g_free.
Change-Id: Icf0a3a1fc53c112511f9e7024714b6596569e737
Reviewed-on: https://code.wireshark.org/review/31665
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from dcaa429 NGAP: Handle vnd.3gpp.ngap content-type (TS 39.502)
add 6fc3422 TLS: Fix an allocator mismatch.
Summary of changes:
epan/dissectors/packet-tls-utils.c | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)