]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1878092 from trunk:
authorYann Ylavic <ylavic@apache.org>
Tue, 7 Sep 2021 16:05:31 +0000 (16:05 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 7 Sep 2021 16:05:31 +0000 (16:05 +0000)
commitfa7b2a5250e54363b3a6c8ac3aaa7de4e8da9b2e
treea2d35d50d69eaa995b16a445e829a8cd046b4950
parent639dfe3ccad3d5af7ec3d2bf0ce29ddc0fca3418
Merge r1878092 from trunk:

Fix a NULL pointer dereference

* server/scoreboard.c (ap_increment_counts): In certain cases like certain
  invalid requests r->method might be NULL here. r->method_number defaults
  to M_GET and hence is M_GET in these cases.

Submitted by: rpluem
Reviewed by: covener, ylavic, jfclere

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