Tim Ruehsen <[email protected]> writes: > 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
ACK, they all look fine. Regards, Giuseppe
