]> git.pld-linux.org Git - packages/apache.git/blob - apache-revert-bug-40463.patch
- rel 4; use currently available (unofficial) fix for latest 'Range' vuln.
[packages/apache.git] / apache-revert-bug-40463.patch
1 diff -urN httpd-2.2.3.org/server/log.c httpd-2.2.3/server/log.c
2 --- httpd-2.2.3.org/server/log.c        2006-07-12 05:38:44.000000000 +0200
3 +++ httpd-2.2.3/server/log.c    2006-09-11 12:12:55.193571822 +0200
4 @@ -237,8 +237,6 @@
5      apr_proc_t *procnew;
6  
7      if (((rc = apr_procattr_create(&procattr, p)) == APR_SUCCESS)
8 -        && ((rc = apr_procattr_cmdtype_set(procattr,
9 -                                           APR_SHELLCMD_ENV)) == APR_SUCCESS)
10          && ((rc = apr_procattr_io_set(procattr,
11                                        APR_FULL_BLOCK,
12                                        APR_NO_PIPE,
13 @@ -793,8 +791,6 @@
14      apr_status_t status;
15  
16      if (((status = apr_procattr_create(&procattr, pl->p)) != APR_SUCCESS) ||
17 -        ((status = apr_procattr_cmdtype_set(procattr,
18 -                                            APR_SHELLCMD_ENV)) != APR_SUCCESS) ||
19          ((status = apr_procattr_child_in_set(procattr,
20                                               ap_piped_log_read_fd(pl),
21                                               ap_piped_log_write_fd(pl)))
This page took 0.027593 seconds and 3 git commands to generate.