On Nov  8 12:16, Ken Brown via Cygwin-patches wrote:
> Replace the 'WCHAR pipe_name_buf[48]' class member by 'PWCHAR
> pipe_name_buf', and allocate space for the latter as needed.
> 
> Change the default constructor to accommodate this change, and add a
> destructor that frees the allocated space.
> 
> Also change get_pipe_name and clone to accommodate this change.
> ---
>  winsup/cygwin/fhandler.h       | 12 +++++++-----
>  winsup/cygwin/fhandler_fifo.cc | 11 +++++++----
>  2 files changed, 14 insertions(+), 9 deletions(-)

+1


Thanks,
Corinna

Reply via email to