]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1230065 from trunk (adapted to avoid MMN change):
authorJoe Orton <jorton@apache.org>
Wed, 11 Jan 2012 14:45:02 +0000 (14:45 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 11 Jan 2012 14:45:02 +0000 (14:45 +0000)
commit2e60f7e7ca865b4b5b088831a1ac31480f38f344
tree2b06fed196db8bf6f5c0eb55baeaad909504168c
parente83e73b7b83f020c582e08ad96c8c27a8ce1358a
Merge r1230065 from trunk (adapted to avoid MMN change):

SECURITY (CVE-2012-0031): Fix possible crash on shutdown if a child
changes the sb_type field in the scoreboard.  Since unprivileged
children should not be able to affect the parent in this way, this is
treated as a Low severity security issue.

Thanks to "halfdog" <me halfdog.net> for reporting this issue.

* server/scoreboard.c (ap_cleanup_scoreboard, ap_create_scoreboard):
  Use a static global to store an authoritative copy of the scoreboard
  type.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1230069 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/scoreboard.c