bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] Several little patches / fixes


From: Tim Ruehsen
Subject: [Bug-wget] Several little patches / fixes
Date: Thu, 30 Oct 2014 09:18:45 +0100
User-agent: KMail/4.14.2 (Linux/3.16-3-amd64; KDE/4.14.2; x86_64; ; )

Please review and give me a short feedback before I push them.

0001
fix memory leak in openssl.c (not freeing X509_NAME_oneline() output) and
replaces X509_NAME_oneline()  by a RFC 2253 compliant output.
From the docs:
"The functions X509_NAME_oneline() and X509_NAME_print() are legacy functions
which produce a non standard output form, they don't handle
       multi character fields and have various quirks and inconsistencies.
Their use is strongly discouraged in new applications."

0002
always set fd to -1 after closing in macro CLOSE_FINISH

0003
replaced fd_close by CLOSE_INVALIDATE at two places

0004
fixed a memory leak in http.c / gethttp

Tim

Attachment: 0001-fix-memory-leak-in-openssl.c.patch
Description: Text Data

Attachment: 0002-always-set-fd-invalid-after-close.patch
Description: Text Data

Attachment: 0003-use-CLOSE_INVALIDATE-instead-of-fd_close.patch
Description: Text Data

Attachment: 0004-fix-memory-leak.patch
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]