Actions
Refactor #19994
closedMove openscap component initialization into a separate service
Fixed in Releases:
Found in Releases:
Description
On proxy, we call OpenSCAP.oscap_init, which makes a call to xmlInitParser(), but libxml2 docs state that it is not reentrant. We should make changes so that oscap_init is called once during module initialization and oscap_cleanup is called during shutdown to avoid potential problems that could arie due to the fact that proxy is multithreaded.
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart_proxy_openscap/pull/50 added
Updated by Ondřej Pražák over 7 years ago
- Related to Bug #19708: StorageFS does not destroy objects from ruby-openscap added
Updated by Marek Hulán over 7 years ago
- Target version changed from 1.13.4 to 1.14.0
Updated by Marek Hulán over 7 years ago
- Target version changed from 1.14.0 to 1.14.3
Updated by Marek Hulán over 7 years ago
- Translation missing: en.field_release set to 254
Updated by Marek Hulán over 7 years ago
- Target version changed from 1.14.3 to 1.17.0-RC2
Updated by Ondřej Pražák over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset smart_proxy_openscap|edb6e53287bd3be800c9854bcf961790b79d9bb6.
Actions