On Fri, Mar 07, 2008 at 05:38:58PM -0800, Brian Dessent wrote:
>
>I noticed in strace some lines like:
>
>fhandler_base::close: closing
>'/Device/NamedPipe/Win32Pipes.08e0.0002'
>handle 0x740
>
>This was caused by handle_to_fn simply forgetting to add a \0 when
>converting, as in the attach
I noticed in strace some lines like:
fhandler_base::close: closing
'/Device/NamedPipe/Win32Pipes.08e0.0002'
handle 0x740
This was caused by handle_to_fn simply forgetting to add a \0 when
converting, as in the attached patch.
Brian2008-03-07 Brian Dessent <[EMAIL PROTECTED]>