summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2019-05-26 10:46:41 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2019-05-26 10:46:41 +0000
commit6f7a051960ebb05cf8287aa1e1bcd258a5877364 (patch)
treef1cc04a2e03844b2f7a36ef11dd0cb3706a28c5d
parent481e0bdf5a594de436082449e9eb6c561414f128 (diff)
downloadlibapr-6f7a051960ebb05cf8287aa1e1bcd258a5877364.tar.gz
On 'xmllite' branch: Increase chunk size for CDATA processing.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/xmllite@1860055 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--xml/apr_xml_xmllite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/apr_xml_xmllite.c b/xml/apr_xml_xmllite.c
index afc56b5e0..3506db634 100644
--- a/xml/apr_xml_xmllite.c
+++ b/xml/apr_xml_xmllite.c
@@ -530,7 +530,7 @@ cdata_state(apr_xml_parser *parser,
{
HRESULT hr;
apr_status_t status;
- WCHAR buf[512];
+ WCHAR buf[4000];
UINT read_count;
hr = IXmlReader_ReadValueChunk(parser->xp->xml_reader, buf,