]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1910815 from trunk:
authorJoe Orton <jorton@apache.org>
Fri, 7 Jul 2023 11:58:42 +0000 (11:58 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 7 Jul 2023 11:58:42 +0000 (11:58 +0000)
commit981c2504ad588671659e9303741255791f47cd93
tree78a4fa2c2bf22818baf43cf9ae7eb2edefbffc7f
parent9c036111b13a4ba51a8ac03755fedda6e30da2ff
Merge r1910815 from trunk:

mod_rewrite: Fix a possible NULL pointer dereference in hook_uri2file

is_absolute_uri() dereferences r->filename in the function body, but
there is no check if r->filename == NULL before.

Submitted by: Luboš Uhliarik <luhliari redhat.com>
Reviewed by: jorton, covener, ylavic
Github: closes #355

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1910852 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_rewrite.c