Binary compatibility report for the libICE library between 1.0.8 and 1.0.9 versions on x86
Test Info
Library Name | libICE |
Version #1 | 1.0.8 |
Version #2 | 1.0.9 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 6 |
Total Shared Libraries | 1 |
Total Symbols / Types | 59 / 108 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 2 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (2)
ICEutil.h,
libICE.so.6.3.0
[+] IceLockAuthFile ( char* file_name, int retries, int timeout, long dead ) (1)
changed to:IceLockAuthFile ( char const* p1, int p2, int p3, long p4 )
| Change | Effect |
---|
1 | Type of 1st parameter file_name has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] IceUnlockAuthFile ( char* p1 ) (1)
changed to:IceUnlockAuthFile ( char const* p1 )
| Change | Effect |
---|
1 | Type of 1st parameter p1 has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (6)
ICE.h
ICEconn.h
ICElib.h
ICEmsg.h
ICEproto.h
ICEutil.h
to the top
Shared Libraries (1)
libICE.so.6.3.0
to the top