Binary compatibility report for the libudev library between 096 and 097 versions on x86
Test Info
Library Name | libudev |
Version #1 | 096 |
Version #2 | 097 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 8 |
Total Shared Libraries | 1 |
Total Symbols / Types | 57 / 39 |
Verdict | Incompatible (0.9%) |
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 | 2 |
Other Changes in Constants | - | 1 |
Problems with Symbols, Medium Severity (1)
udev.h,
libudev.so
[+] sysfs_device_set_values ( struct sysfs_device* dev, char const* devpath, char const* subsystem ) (1)
changed to:sysfs_device_set_values ( struct sysfs_device* dev, char const* devpath, char const* subsystem, char const* driver )
| Change | Effect |
---|
1 | Parameter driver of type char const* has been added to the calling stack. | This parameter will not be initialized by old clients. |
to the top
Problems with Constants, Low Severity (2)
udevd.h
[+] UDEV_MAGIC
| Change | Effect |
---|
1 | The constant UDEV_MAGIC with value "udevd_" UDEV_VERSION has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] UEVENT_NUM_ENVP
| Change | Effect |
---|
1 | The value of constant UEVENT_NUM_ENVP has been changed from 64 to 32. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
to the top
Other Changes in Constants (1)
udevd.h
[+] UDEVD_CTRL_MAGIC
| Change | Effect |
---|
1 | The constant UDEVD_CTRL_MAGIC with value "udevd_" UDEV_VERSION has been added. | No effect. |
to the top
Header Files (8)
list.h
logging.h
udev.h
udev_libc_wrapper.h
udev_rules.h
udev_selinux.h
udev_version.h
udevd.h
to the top
Shared Libraries (1)
libudev.so
to the top