Binary compatibility report for the OpenSCAP library between 0.8.1 and 0.8.2 versions on x86
Test Info
Library Name | OpenSCAP |
Version #1 | 0.8.1 |
Version #2 | 0.8.2 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 27 |
Total Shared Libraries | 1 |
Total Symbols / Types | 2011 / 652 |
Verdict | Incompatible (0.05%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 0 |
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 Data Types | - | 1 |
Added Symbols (2)
xccdf.h,
libopenscap.so.1.0.0
xccdf_check_import_get_xpath ( xccdf_check_import const* item )
xccdf_check_import_set_xpath ( xccdf_check_import* obj, char const* newval )
to the top
Problems with Symbols, High Severity (1)
oval_agent_xccdf_api.h,
libopenscap.so.1.0.0
[+] oval_agent_eval_rule ( xccdf_policy* policy, char const* rule_id, char const* id, char const* href, xccdf_value_binding_iterator* it, void* usr ) (1)
changed to:oval_agent_eval_rule ( xccdf_policy* policy, char const* rule_id, char const* id, char const* href, xccdf_value_binding_iterator* it, xccdf_check_import_iterator* check_import_it, void* usr )
| Change | Effect |
---|
1 | Parameter check_import_it of type xccdf_check_import_iterator* 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 Data Types (1)
oscap.h
[+] enum oscap_document_type (1)
| Change |
Effect |
1 | The member OSCAP_DOCUMENT_SCE_RESULT with value 9 has been added. | No effect. |
[+] affected symbols (1)
oscap_validate_document ( char const* xmlfile, oscap_document_type_t doctype, char const* version, oscap_reporter reporter, void* arg )2nd parameter 'doctype' has base type 'oscap_document_type'.
to the top
Header Files (27)
alloc.h
cce.h
cpe.h
cpedict.h
cpelang.h
cpeuri.h
cve.h
cvss.h
debug.h
error.h
oscap.h
oval_agent_api.h
oval_agent_xccdf_api.h
oval_definitions.h
oval_directives.h
oval_probe.h
oval_probe_handler.h
oval_probe_session.h
oval_results.h
oval_system_characteristics.h
oval_types.h
oval_variables.h
reference.h
reporter.h
text.h
xccdf.h
xccdf_policy.h
to the top
Shared Libraries (1)
libopenscap.so.1.0.0
to the top