Binary compatibility report for the libnice library between 0.1.6 and 0.1.7 versions on x86
Test Info
Library Name | libnice |
Version #1 | 0.1.6 |
Version #2 | 0.1.7 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 15 |
Total Shared Libraries | 1 |
Total Symbols / Types | 137 / 202 |
Verdict | Incompatible (0.4%) |
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 | 1 |
Low | 0 |
Problems with Constants | Low | 0 |
Problems with Symbols, Medium Severity (1)
stunmessage.h,
libnice.so.10.4.0
[+] stun_message_append_addr ( StunMessage* msg, enum StunAttribute type, struct sockaddr_storage const* addr, socklen_t addrlen ) (1)
changed to:stun_message_append_addr ( StunMessage* msg, enum StunAttribute type, struct sockaddr const* addr, socklen_t addrlen )
| Change | Effect |
---|
1 | Base type of 3rd parameter addr has been changed from struct sockaddr_storage (128 bytes) to struct sockaddr (16 bytes). | This parameter may be incorrectly initialized by applications. |
to the top
Header Files (15)
address.h
agent.h
bind.h
candidate.h
constants.h
ice.h
interfaces.h
nice.h
debug.h (nice/debug.h)
pseudotcp.h
debug.h (stun/debug.h)
stunagent.h
stunmessage.h
timer.h
turn.h
to the top
Shared Libraries (1)
libnice.so.10.4.0
to the top