[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-wget] [PATCH] Fixing several memory leaks
From: |
Tim Ruehsen |
Subject: |
[Bug-wget] [PATCH] Fixing several memory leaks |
Date: |
Thu, 09 Oct 2014 12:28:05 +0200 |
User-agent: |
KMail/4.14.1 (Linux/3.16-2-amd64; KDE/4.14.1; x86_64; ; ) |
Hi,
using the new valgrind testing feature (yet not completely discussed), I found
and fixed several memory leaks.
Also, I found that parsing the proxy URL did not include the iri (retr.c:
764). It seemed to me as it just has been forgotten. I added the iri to
url_parse() there. We have no test with an IDN proxy - maybe we should have
one.
As I already wrote, 24 perl tests didn't survive valgrind memory testing.
18 of it will be fixed by this patch.
6 others have a problem with libidn (illegal memory access). I'll investigate
this after this email.
Tim
0001-fixing-several-memory-leaks.patch
Description: Text Data
signature.asc
Description: This is a digitally signed message part.
- [Bug-wget] [PATCH] Fixing several memory leaks,
Tim Ruehsen <=