"Darshit Shah" <[email protected]> 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 <[email protected]>
* mswindows.c (fake_fork_child): Revert dinamic allocation of
info->lfilename.
Reported by: Gisle Vanem <[email protected]
--gv
