/[Apache-SVN]
ViewVC logotype

Revision 1898693


Jump to revision: Previous Next
Author: ylavic
Date: Mon Mar 7 14:48:54 2022 UTC (2 years, 4 months ago)
Changed paths: 6
Log Message:
core: Make sure and check that LimitXMLRequestBody fits in system memory.

LimitXMLRequestBody can not exceed the size needed to ap_escape_html2() the
body without failing to allocate memory, so enforce this at load time based
on APR_SIZE_MAX, and make sure that ap_escape_html2() is within the bounds.

Document the limits for LimitXMLRequestBody in our docs.


Merge r1898686 from trunk.
Submitted by: ylavic, rpluem
Reviewed by: ylavic, covener, rpluem


Changed paths

Path Details
Directoryhttpd/httpd/branches/2.4.x/ modified , props changed
Directoryhttpd/httpd/branches/2.4.x/changes-entries/AP_MAX_LIMIT_XML_BODY.diff
(Copied from httpd/httpd/trunk/changes-entries/AP_MAX_LIMIT_XML_BODY.diff, r1898686)
added
Directoryhttpd/httpd/branches/2.4.x/docs/manual/mod/core.xml modified , text changed
Directoryhttpd/httpd/branches/2.4.x/server/core.c modified , text changed
Directoryhttpd/httpd/branches/2.4.x/server/util.c modified , text changed
Directoryhttpd/httpd/branches/2.4.x/server/util_xml.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26