Hello - I ran OpenSSL v1.0.2e through static analysis (Cppcheck v1.62) and there was one apparent memory leak identified as follows:
openssl-1.0.2e\ssl\kssl.c error line: 2234 Memory leak: p_data (new_p is freed in the error return condition, but its data field references a buffer addressed by p_data and that is not freed first) This is not impacting our use of OpenSSL. It was found during a preparatory step to porting v1.0.2e in the near future. Glenn Highland Lead Software Engineer Digi International(c) Wireless Design Services Inc. 11001 Bren Road East, Minnetonka, MN 55343 Direct: 612-524-7153 Main: 612-435-0789 Email: [email protected]<mailto:[email protected]> http://www.digi.com/wireless-design-services/ "Exite de medio eorum et separamini." _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
