Loading CHANGES +5 −1 Original line number Diff line number Diff line -*- coding: utf-8 -*- Changes with Apache 2.2.22 *) SECURITY (CVE-2012-0031): Fix scoreboard issue which could allow an unprivileged child process could cause the parent to crash at shutdown rather than terminate cleanly. [Joe Orton] *) SECURITY: CVE-2011-3368 (cve.mitre.org) Reject requests where the request-URI does not match the HTTP specification, preventing unexpected expansion of target URLs in Loading @@ -24,7 +28,7 @@ Changes with Apache 2.2.22 *) core: Fix segfault in ap_send_interim_response(). PR 52315. [Stefan Fritsch] *) mod_log_config: Prevent segfault. PR 50861. [Torsten Förtsch *) mod_log_config: Prevent segfault. PR 50861. [Torsten F�rtsch <torsten.foertsch gmx.net>] *) mod_win32: Invert logic for env var UTF-8 fixing. Loading STATUS +0 −5 Original line number Diff line number Diff line Loading @@ -92,11 +92,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] * Fix CVE-2012-0031, scoreboard issue. trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1230065 2.2.x patch: use patch in 2.4.x which avoids MMN bump, http://svn.apache.org/viewvc?view=revision&revision=1230069 +1: jorton, trawick, covener, jim PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] Loading server/scoreboard.c +4 −2 Original line number Diff line number Diff line Loading @@ -42,6 +42,8 @@ AP_DECLARE_DATA const char *ap_scoreboard_fname = NULL; AP_DECLARE_DATA int ap_extended_status = 0; AP_DECLARE_DATA int ap_mod_status_reqtail = 0; static ap_scoreboard_e scoreboard_type; #if APR_HAS_SHARED_MEMORY #include "apr_shm.h" Loading Loading @@ -250,7 +252,7 @@ apr_status_t ap_cleanup_scoreboard(void *d) if (ap_scoreboard_image == NULL) { return APR_SUCCESS; } if (ap_scoreboard_image->global->sb_type == SB_SHARED) { if (scoreboard_type == SB_SHARED) { ap_cleanup_shared_mem(NULL); } else { Loading Loading @@ -312,7 +314,7 @@ int ap_create_scoreboard(apr_pool_t *p, ap_scoreboard_e sb_type) ap_init_scoreboard(sb_mem); } ap_scoreboard_image->global->sb_type = sb_type; ap_scoreboard_image->global->sb_type = scoreboard_type = sb_type; ap_scoreboard_image->global->running_generation = 0; ap_scoreboard_image->global->restart_time = apr_time_now(); Loading Loading
CHANGES +5 −1 Original line number Diff line number Diff line -*- coding: utf-8 -*- Changes with Apache 2.2.22 *) SECURITY (CVE-2012-0031): Fix scoreboard issue which could allow an unprivileged child process could cause the parent to crash at shutdown rather than terminate cleanly. [Joe Orton] *) SECURITY: CVE-2011-3368 (cve.mitre.org) Reject requests where the request-URI does not match the HTTP specification, preventing unexpected expansion of target URLs in Loading @@ -24,7 +28,7 @@ Changes with Apache 2.2.22 *) core: Fix segfault in ap_send_interim_response(). PR 52315. [Stefan Fritsch] *) mod_log_config: Prevent segfault. PR 50861. [Torsten Förtsch *) mod_log_config: Prevent segfault. PR 50861. [Torsten F�rtsch <torsten.foertsch gmx.net>] *) mod_win32: Invert logic for env var UTF-8 fixing. Loading
STATUS +0 −5 Original line number Diff line number Diff line Loading @@ -92,11 +92,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] * Fix CVE-2012-0031, scoreboard issue. trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1230065 2.2.x patch: use patch in 2.4.x which avoids MMN bump, http://svn.apache.org/viewvc?view=revision&revision=1230069 +1: jorton, trawick, covener, jim PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] Loading
server/scoreboard.c +4 −2 Original line number Diff line number Diff line Loading @@ -42,6 +42,8 @@ AP_DECLARE_DATA const char *ap_scoreboard_fname = NULL; AP_DECLARE_DATA int ap_extended_status = 0; AP_DECLARE_DATA int ap_mod_status_reqtail = 0; static ap_scoreboard_e scoreboard_type; #if APR_HAS_SHARED_MEMORY #include "apr_shm.h" Loading Loading @@ -250,7 +252,7 @@ apr_status_t ap_cleanup_scoreboard(void *d) if (ap_scoreboard_image == NULL) { return APR_SUCCESS; } if (ap_scoreboard_image->global->sb_type == SB_SHARED) { if (scoreboard_type == SB_SHARED) { ap_cleanup_shared_mem(NULL); } else { Loading Loading @@ -312,7 +314,7 @@ int ap_create_scoreboard(apr_pool_t *p, ap_scoreboard_e sb_type) ap_init_scoreboard(sb_mem); } ap_scoreboard_image->global->sb_type = sb_type; ap_scoreboard_image->global->sb_type = scoreboard_type = sb_type; ap_scoreboard_image->global->running_generation = 0; ap_scoreboard_image->global->restart_time = apr_time_now(); Loading