VirtualBox

Changeset 39933 in vbox


Ignore:
Timestamp:
Feb 1, 2012 1:45:02 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76012
Message:

Runtime/xml: be paranoid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/xml.cpp

    r39083 r39933  
    15011501                                                  pcszFilename,
    15021502                                                  NULL,       // encoding = auto
    1503                                                   XML_PARSE_NOBLANKS)))
     1503                                                  XML_PARSE_NOBLANKS | XML_PARSE_NONET)))
    15041504        throw XmlError(xmlCtxtGetLastError(m_ctxt));
    15051505
     
    16311631                                              pcszFilename,
    16321632                                              NULL,       // encoding = auto
    1633                                               XML_PARSE_NOBLANKS)))
     1633                                              XML_PARSE_NOBLANKS | XML_PARSE_NONET)))
    16341634        throw XmlError(xmlCtxtGetLastError(m_ctxt));
    16351635
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