Project

General

Profile

Bug #2565 » parse.hugexml.patch

suggested patch - avakh, 09/30/2018 12:49 PM

View differences:

parse.cpp 2018-09-29 21:11:32.928894185 +0200
dsyslogs(source,"parsing output");
xmlDocPtr xmltv;
xmltv=xmlReadMemory(buffer,bufsize,NULL,NULL,0);
xmltv=xmlReadMemory(buffer,bufsize,NULL,NULL,XML_PARSE_HUGE);
if (!xmltv)
{
esyslogs(source,"failed to parse xmltv");
(2-2/2)