Projects
Multimedia
A_16.0-tinyxml
tinyxml-null-byte-assert.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tinyxml-null-byte-assert.patch of Package A_16.0-tinyxml
--- a/tinyxmlparser.cpp 2011-05-15 04:24:57.000000000 +0200 +++ b/tinyxmlparser.cpp 2023-12-15 12:06:34.919095166 +0100 @@ -1600,6 +1600,9 @@ } p = SkipWhiteSpace( p, _encoding ); + if (!p || !*p) + break; + if ( StringEqual( p, "version", true, _encoding ) ) { TiXmlAttribute attrib;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.