bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] [Bug-Wget] Wrong Error Codes returned on Digest Auth Fail


From: Darshit Shah
Subject: Re: [Bug-wget] [Bug-Wget] Wrong Error Codes returned on Digest Auth Failures.
Date: Mon, 22 Jul 2013 19:38:27 +0530

Fixed the SIGSEGV issue that propped up. It was caused because wget entered
a code region that it should never reach in that use-case. Was occurring
because I replaced qop = NULL with xfree_null (qop) instead of xfree-ing
qop and then setting it to NULL.

I have tested this patch and there are no Memory Leaks, unlike before in
this part of the code.
(Atleast that's what valgrind claims.)



-- 
Thanking You,
Darshit Shah

Attachment: 0001-Fix-erroneous-error-codes-when-HTTP-Digest-Authentic.patch
Description: Binary data


reply via email to

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