Binary compatibility report for the keyutils library between 1.5.7 and 1.5.8 versions on x86
Test Info
Library Name | keyutils |
Version #1 | 1.5.7 |
Version #2 | 1.5.8 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 34 / 26 |
Verdict | Incompatible (5.9%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (2)
keyutils.h,
libkeyutils.so.1.5
find_key_by_type_and_desc ( char const* type, char const* desc, key_serial_t destringid ) @@ KEYUTILS_1.5
keyctl_get_persistent ( uid_t uid, key_serial_t id ) @@ KEYUTILS_1.5
to the top
Removed Symbols (2)
keyutils.h,
libkeyutils.so.1.4
find_key_by_type_and_desc ( char const* type, char const* desc, key_serial_t destringid ) @@ KEYUTILS_1.4
keyctl_get_persistent ( uid_t uid, key_serial_t id ) @@ KEYUTILS_1.4
to the top
Header Files (1)
keyutils.h
to the top
Shared Libraries (1)
libkeyutils.so.1.4
to the top
Generated on Sat Oct 5 02:33:56 2013 for keyutils by ABI Compliance Checker 1.99.8.4
A tool for checking backward compatibility of a C/C++ library API