Skip to content

Conversation

@rpmoore
Copy link
Contributor

@rpmoore rpmoore commented Oct 1, 2019

No description provided.

xmlNodePtr root;

xmlDocPtr doc = xmlParseMemory((const char*) xml_blob->data, xml_blob->len);
xmlDocPtr doc = xmlReadMemory((const char*) xml_blob->data, xml_blob->len, NULL, NULL, XML_PARSE_HUGE);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi this is an auto-gened file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, we'll need that change reflected there as well.

@rpmoore rpmoore merged commit 191bea6 into master Oct 1, 2019
@RachelTucker RachelTucker deleted the rms-3462 branch August 13, 2020 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants