PeekNamedPipe now checks both for a NULL buffer and a zero-length
commit341f98ad8ffef8529d95a0708b9b2aa99d66196f
authorAlex Villacís Lasso <a_villacis@palosanto.com>
Tue, 22 Mar 2005 18:23:44 +0000 (22 18:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 22 Mar 2005 18:23:44 +0000 (22 18:23 +0000)
tree4159f68863907909fdd32d7b2bc94339015c5ecd
parentb718b0b0192b4ade490487aa37e4421b6d6624c8
PeekNamedPipe now checks both for a NULL buffer and a zero-length
buffer before trying to recv() from the pipe.
dlls/kernel/sync.c