Alexandre Julliard : server: Don't give out read/ write access to the named pipe device.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Apr 19 05:24:20 CDT 2007


Module: wine
Branch: master
Commit: bf5b6c9b34b0b57f1f26556011bd516b14fe65f7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bf5b6c9b34b0b57f1f26556011bd516b14fe65f7

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Apr 18 16:32:31 2007 +0200

server: Don't give out read/write access to the named pipe device.

---

 server/named_pipe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/named_pipe.c b/server/named_pipe.c
index 4894576..f2c7947 100644
--- a/server/named_pipe.c
+++ b/server/named_pipe.c
@@ -228,7 +228,7 @@ static const struct object_ops named_pipe_device_ops =
     no_satisfied,                     /* satisfied */
     no_signal,                        /* signal */
     named_pipe_device_get_fd,         /* get_fd */
-    pipe_map_access,                  /* map_access */
+    no_map_access,                    /* map_access */
     named_pipe_device_lookup_name,    /* lookup_name */
     named_pipe_device_open_file,      /* open_file */
     fd_close_handle,                  /* close_handle */




More information about the wine-cvs mailing list