You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2005/12/10 23:30:37 UTC

Re: [PATCH] win32 apr_proc_create empty parameters

On 10/17/05, Philip Martin <ph...@codematters.co.uk> wrote:
> A recent thread on the Subversion list concerned passing empty
> parameters, i.e. a "" string, to apr_proc_create; it appears that APR
> causes such parameters to disappear on Windows:
>
> http://svn.haxx.se/dev/archive-2005-09/1142.shtml
>
> There was a claim that CreateProcess supports "":
>
> http://svn.haxx.se/dev/archive-2005-09/1131.shtml
>
> I not a Windows expert, and I don't have a Windows box to test, but
> this patch should cause APR to pass "":

Bill Wrowe took a look at this and says it seems fine, so I just
committed it in r355792.

Thanks,

-garrett