Binary compatibility report for the TinyXML library between 2.6.1 and 2.6.2 versions on x86
Test Info
Library Name | TinyXML |
Version #1 | 2.6.1 |
Version #2 | 2.6.2 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 2 |
Total Shared Libraries | 1 |
Total Symbols / Types | 201 / 108 |
Verdict | Incompatible (1.99%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 4 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (2)
tinyxml.h,
libtinyxml.so
TiXmlElement::QueryBoolAttribute ( char const* name, bool* _value ) const
[ symbol: _ZNK12TiXmlElement18QueryBoolAttributeEPKcPb ]
TiXmlElement::QueryUnsignedAttribute ( char const* name, unsigned int* _value ) const
[ symbol: _ZNK12TiXmlElement22QueryUnsignedAttributeEPKcPj ]
to the top
Problems with Symbols, High Severity (4)
tinyxml.h,
libtinyxml.so
[+] TiXmlComment::operator= ( TiXmlComment const& base ) (1)
[ symbol: _ZN12TiXmlCommentaSERKS_ ]
| Change | Effect |
---|
1 | Type of return value has been changed from void to TiXmlComment& (44 bytes). | Layout of parameter's stack has been shifted by 4 bytes because the return value became passed in memory as the hidden first parameter. All the parameters will be incorrectly initialized by applications. |
[+] TiXmlDeclaration::operator= ( TiXmlDeclaration const& copy ) (1)
[ symbol: _ZN16TiXmlDeclarationaSERKS_ ]
| Change | Effect |
---|
1 | Type of return value has been changed from void to TiXmlDeclaration& (56 bytes). | Layout of parameter's stack has been shifted by 4 bytes because the return value became passed in memory as the hidden first parameter. All the parameters will be incorrectly initialized by applications. |
[+] TiXmlDocument::operator= ( TiXmlDocument const& copy ) (1)
[ symbol: _ZN13TiXmlDocumentaSERKS_ ]
| Change | Effect |
---|
1 | Type of return value has been changed from void to TiXmlDocument& (72 bytes). | Layout of parameter's stack has been shifted by 4 bytes because the return value became passed in memory as the hidden first parameter. All the parameters will be incorrectly initialized by applications. |
[+] TiXmlElement::operator= ( TiXmlElement const& base ) (1)
[ symbol: _ZN12TiXmlElementaSERKS_ ]
| Change | Effect |
---|
1 | Type of return value has been changed from void to TiXmlElement& (80 bytes). | Layout of parameter's stack has been shifted by 4 bytes because the return value became passed in memory as the hidden first parameter. All the parameters will be incorrectly initialized by applications. |
to the top
Header Files (2)
tinystr.h
tinyxml.h
to the top
Shared Libraries (1)
libtinyxml.so
to the top