Binary compatibility report for the ClassAds library between 1.0.8 and 1.0.9 versions on x86
Test Info
Library Name | ClassAds |
Version #1 | 1.0.8 |
Version #2 | 1.0.9 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 626 / 258 |
Verdict | Incompatible (0.3%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 2 |
Low | 2 |
Problems with Constants | Low | 0 |
Added Symbols (1)
debug.h,
libclassad.so.0.1.0
_classad_except ( char const* format, ... )
[symbol: _Z15_classad_exceptPKcz]
to the top
Removed Symbols (1)
debug.h,
libclassad.so.1.0.0
_classad_except ( char* format, ... )
[symbol: _Z15_classad_exceptPcz]
to the top
Problems with Symbols, High Severity (1)
debug.h,
libclassad.so.1.0.0
[+] _classad_except ( char* format, ... ) (1)
changed to:_classad_except ( char const* format, ... )
[symbol: _Z15_classad_exceptPcz]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _Z15_classad_exceptPcz to _Z15_classad_exceptPKcz. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Symbols, Medium Severity (2)
debug.h,
libclassad.so.1.0.0
[+] _except_file_name [data] (1)
| Change | Effect |
---|
1 | This global data became const. | Any attempts of old applications to change this global data may result in crash. |
lexer.h,
libclassad.so.1.0.0
[+] Lexer::strLexToken ( int p1 ) [static] (1)
[symbol: _ZN5Lexer11strLexTokenEi]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from char* to char const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
to the top
Problems with Symbols, Low Severity (2)
debug.h,
libclassad.so.1.0.0
[+] _except_file_name [data] (1)
| Change | Effect |
---|
1 | Type of this global data has been changed from char* to char const*. | Replacement of data type may indicate a change in semantic meaning. |
lexer.h,
libclassad.so.1.0.0
[+] Lexer::strLexToken ( int p1 ) [static] (1)
[symbol: _ZN5Lexer11strLexTokenEi]
| Change | Effect |
---|
1 | Type of return value has been changed from char* to char const*. | Replacement of return type may indicate a change in its semantic meaning. |
to the top
Header Files (1)
classad_distribution.h
to the top
Shared Libraries (1)
libclassad.so.1.0.0
to the top