You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2001/09/10 22:10:31 UTC

Re: cvs commit: apr/threadproc/win32 proc.c

From: <br...@apache.org>
Sent: Monday, September 10, 2001 2:45 PM


> brane       01/09/10 12:45:05
> 
>   Modified:    threadproc/win32 proc.c
>   Log:
>   (apr_proc_create): Fix bug in conversion of program name to Unicode on
>   WinNT: utf8_to_unicode_path needs more space than just the program length.
>   Use a fixed-size buffer for the program name, like everywhere else.

Good set of patches!  Just FYI, I have a complete overhaul of the cgi semantics 
in the works, and will be dealing with all of the argv[0] fooness directly in
a mod_win32 (to transform scripts/non-exe's through the registry or shebang
mechanisms).