bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] Dangling info->lfilename


From: Gisle Vanem
Subject: Re: [Bug-wget] Dangling info->lfilename
Date: Sat, 19 Jul 2014 22:43:29 +0200

"Darshit Shah" <address@hidden> wrote:

Could you please confirm if the above patch fixes the problem?

Guiseppe have reverted that relevant change. I.e. it's now a buffer like it used to:

@@ -123,7 +123,7 @@ struct fake_fork_info
{
HANDLE event;
bool logfile_changed;
- char lfilename[MAX_PATH + 1];
+ char *lfilename;
};

2014-06-19  Giuseppe Scrivano  <address@hidden>

* mswindows.c (fake_fork_child): Revert dinamic allocation of
info->lfilename.
Reported by: Gisle Vanem <address@hidden

--gv



reply via email to

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