Re: [openssl-users] BIO_do_connect memory leak in Arch Linux

2018-02-04 Thread Salz, Rich via openssl-users
It appears to be a memory leak in the DNS libraries. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] BIO_do_connect memory leak in Arch Linux

2018-02-04 Thread Ryan Beethe
Hi openssl-users, I found a memory leak in my program that arises from the use of the BIO_do_connect() function. It seems to be related to how openssl is interacting with other packages on my system. I observe this behavior on my Arch Linux machine but not on my Debian Stretch machine. I wrote