Re: [patch] handle_to_fn: null terminate

2008-03-07 Thread Christopher Faylor
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

[patch] handle_to_fn: null terminate

2008-03-07 Thread Brian Dessent
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]>