ChangeSet ID: 16787
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/22 15:14:00
Modified files:
dlls/kernel/tests: pipe.c
Log message:
Jakob Eriksson <jakov(a)vmlinux.org>
Abort if we can't create a named pipe at all.
Patch: http://cvs.winehq.org/patch.py?id=16787
Old revision New revision Changes Path
1.14 1.15 +8 -3 wine/dlls/kernel/tests/pipe.c
ChangeSet ID: 16785
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/22 12:23:44
Modified files:
dlls/kernel : sync.c
Log message:
Alex VillacĂs Lasso <a_villacis(a)palosanto.com>
PeekNamedPipe now checks both for a NULL buffer and a zero-length
buffer before trying to recv() from the pipe.
Patch: http://cvs.winehq.org/patch.py?id=16785
Old revision New revision Changes Path
1.71 1.72 +3 -1 wine/dlls/kernel/sync.c