Binary compatibility report for the liblscp library between 0.2.7 and 0.2.8 versions on x86
Test Info
Library Name | liblscp |
Version #1 | 0.2.7 |
Version #2 | 0.2.8 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 6 |
Total Shared Libraries | 1 |
Total Symbols / Types | 77 / 68 |
Verdict | Incompatible (1.95%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 3 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 3 |
Low | 3 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (3)
client.h,
liblscp.so.0.0.5
lscp_list_available_engines ( lscp_client_t* pClient )
device.h,
liblscp.so.0.0.5
lscp_list_available_audio_drivers ( lscp_client_t* pClient )
lscp_list_available_midi_drivers ( lscp_client_t* pClient )
to the top
Problems with Symbols, Medium Severity (3)
client.h,
liblscp.so.0.0.4
[+] lscp_get_available_engines ( lscp_client_t* pClient ) (1)
| Change | Effect |
---|
1 | The pointer level of return value has been decreased from 2 to 0. | Applications may try to access unallocated memory by the dereferencing of new return value and therefore cause a crash. |
device.h,
liblscp.so.0.0.4
[+] lscp_get_available_audio_drivers ( lscp_client_t* pClient ) (1)
| Change | Effect |
---|
1 | The pointer level of return value has been decreased from 2 to 0. | Applications may try to access unallocated memory by the dereferencing of new return value and therefore cause a crash. |
[+] lscp_get_available_midi_drivers ( lscp_client_t* pClient ) (1)
| Change | Effect |
---|
1 | The pointer level of return value has been decreased from 2 to 0. | Applications may try to access unallocated memory by the dereferencing of new return value and therefore cause a crash. |
to the top
Problems with Symbols, Low Severity (3)
client.h,
liblscp.so.0.0.4
[+] lscp_get_available_engines ( lscp_client_t* pClient ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from char const** to int. | Replacement of return type may indicate a change in its semantic meaning. |
device.h,
liblscp.so.0.0.4
[+] lscp_get_available_audio_drivers ( lscp_client_t* pClient ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from char const** to int. | Replacement of return type may indicate a change in its semantic meaning. |
[+] lscp_get_available_midi_drivers ( lscp_client_t* pClient ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from char const** to int. | Replacement of return type may indicate a change in its semantic meaning. |
to the top
Header Files (6)
client.h
device.h
event.h
socket.h
thread.h
version.h
to the top
Shared Libraries (1)
liblscp.so.0.0.4
to the top