VirtualBox

Ignore:
Timestamp:
Apr 10, 2013 8:39:01 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84881
Message:

libxml2: fixes from upstream

Location:
trunk/src/libs/libxml2-2.6.31/include/libxml
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/libxml2-2.6.31/include/libxml/parser.h

    r39921 r45449  
    300300    unsigned long    nbentities;    /* number of entities references */
    301301    unsigned long  sizeentities;    /* size of parsed entities */
     302    unsigned long      sizeentcopy;   /* volume of entity copy */
    302303};
    303304
  • trunk/src/libs/libxml2-2.6.31/include/libxml/parserInternals.h

    r39915 r45449  
    3030 */
    3131XMLPUBVAR unsigned int xmlParserMaxDepth;
     32
     33/**
     34 * XML_MAX_TEXT_LENGTH:
     35 *
     36 * Maximum size allowed for a single text node when building a tree.
     37 * This is not a limitation of the parser but a safety boundary feature,
     38 * use XML_PARSE_HUGE option to override it.
     39 */
     40#define XML_MAX_TEXT_LENGTH 10000000
    3241
    3342 /**
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette