[exim-dev] [Bug 1648] Big memory leak with 'exim -bp' (bisec…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1648] Big memory leak with 'exim -bp' (bisected + valgrind trace)
https://bugs.exim.org/show_bug.cgi?id=1648

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #1 from Git Commit <git@???> ---
Git commit:
http://git.exim.org/exim.git/commitdiff/152e7604f63fcaebcf01efda0a9aae33127eb369

commit 152e7604f63fcaebcf01efda0a9aae33127eb369
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Jun 21 18:17:09 2015 +0100
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Sun Jun 21 18:17:09 2015 +0100


    before importing a certificate, free any previous one.  bug 1648


    because the ssl libraries do not use exim's heap management
    this was a memory-leak in "exim -bp".
----
 src/src/deliver.c         | 6 ++++--
 src/src/tlscert-gnu.c     | 8 ++++++--
 src/src/tlscert-openssl.c | 4 +++-
 3 files changed, 13 insertions(+), 5 deletions(-)


--
You are receiving this mail because:
You are on the CC list for the bug.