[openssl-dev] [openssl.org #4433] Memory leak in X509_REQ_to_X509

2016-05-02 Thread Emilia Käsper via RT
X509_REQ_to_X509 returns a newly allocated X509 structure. If you believe that it leaks somewhere else, then please reopen this ticket with fully self-contained code, and a trace (e.g., from valgrind) showing where the leak happens. Emilia -- Ticket here:

[openssl-dev] [openssl.org #4433] Memory leak in X509_REQ_to_X509

2016-03-15 Thread Ramunas Jurgilas via RT
Hello OpenSSL Team, During memory leak hunting on iOS platform I noticed, that function X509_REQ_to_X509 generates memory. Bellow you can found code snapshot. As well I would like to know do you plan to fix this memory leak? If yes, then when? Best regards, Ramunas X509_REQ *req = NULL;