Binary compatibility report for the libudev library between 062 and 063 versions on x86
Test Info
Library Name | libudev |
Version #1 | 062 |
Version #2 | 063 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 14 |
Total Shared Libraries | 1 |
Total Symbols / Types | 48 / 56 |
Verdict | Incompatible (1%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 2 |
Low | 1 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Problems with Data Types, Medium Severity (2)
udev_rules.h
[+] struct udev_rule (2)
| Change |
Effect |
1 | Field import_type has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field import_exec has been removed from this type. | Applications will access incorrect memory when attempting to access this field. |
[+] affected symbols (1)
udev_rules_iter_next ( struct udev_rules* rules )Return value (pointer) has base type 'struct udev_rule'.
to the top
Problems with Data Types, Low Severity (1)
udev_rules.h
[+] struct udev_rule (1)
| Change |
Effect |
1 | Size of this type has been changed from 284 bytes to 288 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (1)
udev_rules_iter_next ( struct udev_rules* rules )Return value (pointer) has base type 'struct udev_rule'.
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