Binary compatibility report for the libnfnetlink library between 0.0.30 and 0.0.33 versions on x86
Test Info
Library Name | libnfnetlink |
Version #1 | 0.0.30 |
Version #2 | 0.0.33 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 2 |
Total Shared Libraries | 1 |
Total Symbols / Types | 43 / 56 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Added Symbols (1)
libnfnetlink.h,
libnfnetlink.so.0.2.0
nfnl_set_rcv_buffer_size ( struct nfnl_handle* h, unsigned int size )
to the top
Problems with Symbols, Low Severity (1)
libnfnetlink.h,
libnfnetlink.so.0.2.0
[+] nfnl_rcvbufsiz ( struct nfnl_handle* h, unsigned int size ) (1)
changed to:nfnl_rcvbufsiz ( struct nfnl_handle const* h, unsigned int size )
| Change | Effect |
---|
1 | Type of 1st parameter h has been changed from struct nfnl_handle* to struct nfnl_handle const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (2)
libnfnetlink.h
linux_nfnetlink.h
to the top
Shared Libraries (1)
libnfnetlink.so.0.2.0
to the top