]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1926110, r1926111 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Mon, 7 Jul 2025 10:18:22 +0000 (10:18 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 7 Jul 2025 10:18:22 +0000 (10:18 +0000)
commitadcdd632e9582c4060948b33398baf21de8a876f
treee6ec6b23e8309e20f8ea35653b2e8acb87dc5755
parent3e7ac125c8a1ea4665cc06d354ec1dc9589a257c
Merge r1926110, r1926111 from trunk:

Correctly check return value of getline

In case of an error (e.g. file not found or readable) getline returns -1 which
causes an endless loop. Leave the loop in such cases.

* Correctly handle filenames that contain spaces

Reviewed by: rpluem, ylavic, jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1927027 13f79535-47bb-0310-9956-ffa450edef68
Makefile.in
STATUS