K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-02-27T17:23:16.000000Z K 7 svn:log V 155 Fix a NULL deref panic in pipe_write, we can't blindly lock pipe->pipe_peer->pipe_mtxp because it may be NULL, so lock the passed in pipe's mutex instead. END