Binary compatibility report for the liblo library between 0.13 and 0.15 versions on x86
Test Info
Library Name | liblo |
Version #1 | 0.13 |
Version #2 | 0.15 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 8 |
Total Shared Libraries | 1 |
Total Symbols / Types | 64 / 37 |
Verdict | Incompatible (1.6%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 14 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (14)
lo.h,
liblo.so.0.4.0
lo_server_thread_events_pending ( lo_server_thread st )
lo_lowlevel.h,
liblo.so.0.4.0
lo_bundle_add_message ( lo_bundle b, char const* path, lo_message m )
lo_bundle_free ( lo_bundle b )
lo_bundle_length ( lo_bundle b )
lo_bundle_new ( struct lo_timetag tt )
lo_bundle_pp ( lo_bundle b )
lo_bundle_serialise ( lo_bundle b, void* to, size_t* size )
lo_pattern_match ( char const* str, char const* p )
lo_send_bundle ( lo_address targ, lo_bundle b )
lo_send_timestamped_internal ( lo_address t, char const* file, int const line, struct lo_timetag ts, char const* path, char const* types, ... )
lo_server_events_pending ( lo_server s )
lo_server_next_event_delay ( lo_server s )
lo_timetag_diff ( struct lo_timetag a, struct lo_timetag b )
lo_timetag_now ( struct lo_timetag* t )
to the top
Problems with Symbols, High Severity (1)
lo_lowlevel.h,
liblo.so.0.2.0
[+] lo_message_serialise ( lo_message m, char const* path, size_t* size ) (1)
changed to:lo_message_serialise ( lo_message m, char const* path, void* to, size_t* size )
| Change | Effect |
---|
1 | Parameter to of type void* has been added to the calling stack at the middle position. | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
to the top
Header Files (8)
lo.h
lo_endian.h
lo_errors.h
lo_lowlevel.h
lo_macros.h
lo_osc_types.h
lo_throw.h
lo_types.h
to the top
Shared Libraries (1)
liblo.so.0.2.0
to the top