Binary compatibility report for the libudev library between 065 and 067 versions on x86
Test Info
Library Name | libudev |
Version #1 | 065 |
Version #2 | 067 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 14 |
Total Shared Libraries | 1 |
Total Symbols / Types | 52 / 57 |
Verdict | Incompatible (3.8%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes in Constants | - | 1 |
Added Symbols (1)
udev_utils.h,
udev.so
run_program ( char const* command, char const* subsystem, char* result, size_t ressize, size_t* reslen, int log )
to the top
Removed Symbols (1)
udev_utils.h,
udev.so
execute_program ( char const* command, char const* subsystem, char* result, size_t ressize, size_t* reslen )
to the top
Problems with Symbols, High Severity (1)
udev_rules.h,
udev.so
[+] udev_rules_init ( struct udev_rules* rules, int resolve_names ) (1)
changed to:udev_rules_init ( struct udev_rules* rules, int read_compiled, int resolve_names )
| Change | Effect |
---|
1 | Parameter read_compiled of type int 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
Other Changes in Constants (1)
udev_libc_wrapper.h
[+] NETLINK_KOBJECT_UEVENT
| Change | Effect |
---|
1 | The constant NETLINK_KOBJECT_UEVENT with value 15 has been added. | No effect. |
to the top
Header Files (14)
dlist.h
libsysfs.h
list.h
logging.h
sysfs.h
udev.h
udev_db.h
udev_libc_wrapper.h
udev_rules.h
udev_selinux.h
udev_sysfs.h
udev_utils.h
udev_version.h
udevd.h
to the top
Shared Libraries (1)
udev.so
to the top