forked from pool/apache2
Accepting request 127274 from home:msmeissn:branches:Apache
- modified apache2.2-mpm-itk-20090414-00.patch to fix itk running as root. bnc#681176 / CVE-2011-1176 OBS-URL: https://build.opensuse.org/request/show/127274 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=366
This commit is contained in:
parent
f52518a957
commit
bb379cae66
@ -1716,7 +1716,7 @@ unchanged:
|
||||
+static void *itk_merge_dir_config(apr_pool_t *p, void *parent_ptr, void *child_ptr)
|
||||
+{
|
||||
+ itk_per_dir_conf *c = (itk_per_dir_conf *)
|
||||
+ apr_pcalloc(p, sizeof(itk_per_dir_conf));
|
||||
+ itk_create_dir_config(p, NULL);
|
||||
+ itk_per_dir_conf *parent = (itk_per_dir_conf *) parent_ptr;
|
||||
+ itk_per_dir_conf *child = (itk_per_dir_conf *) child_ptr;
|
||||
+
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 6 11:58:03 UTC 2012 - meissner@suse.com
|
||||
|
||||
- modified apache2.2-mpm-itk-20090414-00.patch to fix
|
||||
itk running as root. bnc#681176 / CVE-2011-1176
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 6 09:42:00 UTC 2012 - meissner@suse.com
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user