Author: sthibault
Date: 2015-09-20 21:17:04 +0000 (Sun, 20 Sep 2015)
New Revision: 6606

Modified:
   glibc-package/trunk/debian/patches/hurd-i386/submitted-exec_filename.diff
Log:
fix more fuzz

Modified: 
glibc-package/trunk/debian/patches/hurd-i386/submitted-exec_filename.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/submitted-exec_filename.diff   
2015-09-20 21:11:03 UTC (rev 6605)
+++ glibc-package/trunk/debian/patches/hurd-i386/submitted-exec_filename.diff   
2015-09-20 21:17:04 UTC (rev 6606)
@@ -55,7 +55,7 @@
 --- a/hurd/Makefile
 +++ b/hurd/Makefile
 @@ -36,8 +36,8 @@ user-interfaces              := $(addprefix hurd/,\
-                                      auth startup \
+                                      auth auth_request auth_reply startup \
                                       process process_request \
                                       msg msg_reply msg_request \
 -                                     exec exec_startup crash interrupt \
@@ -123,7 +123,7 @@
    error_t err;
    char *args, *env;
    size_t argslen, envlen;
-@@ -217,7 +235,7 @@ _hurd_exec (task_t task, file_t file,
+@@ -216,7 +234,7 @@ _hurd_exec (task_t task, file_t file,
        /* We have euid != svuid or egid != svgid.  POSIX.1 says that exec
         sets svuid = euid and svgid = egid.  So we must get a new auth
         port and reauthenticate everything with it.  We'll pass the new
@@ -132,7 +132,7 @@
  
        auth_t newauth;
  
-@@ -361,13 +379,27 @@ _hurd_exec (task_t task, file_t file,
+@@ -360,13 +378,27 @@ _hurd_exec (task_t task, file_t file,
        if (__sigismember (&_hurdsig_traced, SIGKILL))
        flags |= EXEC_SIGTRAP;
  #endif

Reply via email to