Binary compatibility report for the Seccomp library  between 0.1.0 and 1.0.0 versions on x86

Test Info


Library NameSeccomp
Version #10.1.0
Version #21.0.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types11 / 4
VerdictIncompatible
(81.8%)

Problem Summary


SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High8
Medium2
Low2
Problems with
Constants
Low0

Problems with Symbols, High Severity (8)


seccomp.h, libseccomp.so.0.1.0
[+] seccomp_attr_get ( enum scmp_filter_attr attr, uint32_t* value ) (1)
[+] seccomp_attr_set ( enum scmp_filter_attr attr, uint32_t value ) (1)
[+] seccomp_export_bpf int fd ) (1)
[+] seccomp_export_pfc int fd ) (1)
[+] seccomp_reset uint32_t def_action ) (1)
[+] seccomp_rule_add uint32_t action, int syscall, unsigned int arg_cnt, ... ) (1)
[+] seccomp_rule_add_exact uint32_t action, int syscall, unsigned int arg_cnt, ... ) (1)
[+] seccomp_syscall_priority int syscall, uint8_t priority ) (1)

to the top

Problems with Symbols, Medium Severity (2)


seccomp.h, libseccomp.so.0.1.0
[+] seccomp_load ( ) (1)
[+] seccomp_release ( ) (1)

to the top

Problems with Symbols, Low Severity (2)


seccomp.h, libseccomp.so.0.1.0
[+] seccomp_init uint32_t def_action ) (2)

to the top

Header Files (1)


seccomp.h

to the top

Shared Libraries (1)


libseccomp.so.0.1.0

to the top




Generated on Tue Jan 29 12:03:23 2013 for Seccomp by ABI Compliance Checker 1.98.8  
A tool for checking backward compatibility of a C/C++ library API