ChangeSet ID: 7892
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/04/16 21:14:04
Modified files:
server : named_pipe.c fd.c
Log message:
Bill Medland <billmedland(a)mercuryspeed.com>
Fix for client accessing a named pipe after the server closes it.
Patch: http://cvs.winehq.com/patch.py?id=7892
Old revision New revision Changes Path
1.22 1.23 +3 -1 wine/server/named_pipe.c
1.8 1.9 +1 -1 wine/server/fd.c
ChangeSet ID: 7891
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/04/16 21:13:02
Modified files:
files : drive.c
Log message:
Michal Janusz Miroslaw <M.Miroslaw(a)elka.pw.edu.pl>
Refuse to read non-block device set in config.
Avoid blocking on open if user sets device to unconnected pipe.
Patch: http://cvs.winehq.com/patch.py?id=7891
Old revision New revision Changes Path
1.87 1.88 +26 -5 wine/files/drive.c