Wireshark-bugs: [Wireshark-bugs] [Bug 10740] New: ssl_privkey_to_sexp memory leak

Date: Fri, 28 Nov 2014 22:34:27 +0000
Bug ID 10740
Summary ssl_privkey_to_sexp memory leak
Product Wireshark
Version 1.99.x (Experimental)
Hardware All
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:
1.99 source
--
file packet-ssl-utils.c: 
in function ssl_privkey_to_sexp is gnutls_x509_privkey_export_rsa_raw with
rsa_datum parameters which is allocated by the function
gnutls_x509_privkey_export_rsa_raw. rsa_datum[N].data has to be freed before
leaving function ssl_privkey_to_sexp otherwise allocated data are lost.


You are receiving this mail because:
  • You are watching all bug changes.