Binary compatibility report for the Cyrus SASL library between 2.1.21 and 2.1.22 versions on x86
Test Info
Library Name | Cyrus SASL |
Version #1 | 2.1.21 |
Version #2 | 2.1.22 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 67 / 69 |
Verdict | Compatible |
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 | 0 |
Medium | 0 |
Low | 2 |
Problems with Constants | Low | 0 |
Added Symbols (2)
sasl.h,
libsasl2.so.2.0.22
sasl_set_path ( int path_type, char* path )
saslplug.h,
libsasl2.so.2.0.22
auxprop_plugin_info ( char const* mech_list, void(*info_cb)(sasl_auxprop_plug_t*, enum sasl_info_callback_stage_t, void*), void* info_cb_rock )
to the top
Problems with Symbols, Low Severity (2)
saslplug.h,
libsasl2.so.2.0.21
[+] sasl_client_plugin_info ( char* mech_list, void(*info_cb)(client_sasl_mechanism_t*, enum sasl_info_callback_stage_t, void*), void* info_cb_rock ) (1)
changed to:sasl_client_plugin_info ( char const* mech_list, void(*info_cb)(client_sasl_mechanism_t*, enum sasl_info_callback_stage_t, void*), void* info_cb_rock )
| Change | Effect |
---|
1 | Type of 1st parameter mech_list has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] sasl_server_plugin_info ( char* mech_list, void(*info_cb)(server_sasl_mechanism_t*, enum sasl_info_callback_stage_t, void*), void* info_cb_rock ) (1)
changed to:sasl_server_plugin_info ( char const* mech_list, void(*info_cb)(server_sasl_mechanism_t*, enum sasl_info_callback_stage_t, void*), void* info_cb_rock )
| Change | Effect |
---|
1 | Type of 1st parameter mech_list 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 (5)
md5global.h
prop.h
sasl.h
saslplug.h
saslutil.h
to the top
Shared Libraries (1)
libsasl2.so.2.0.21
to the top