HomeClusterLabs Projects

Fix: libcrmcommon: Drop xmlRegisterNodeDefault()

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Fix: libcrmcommon: Drop xmlRegisterNodeDefault()

...and xmlDeregisterNodeDefault().

Within libxml2, these are tagged with the "deprecated" compiler
attribute, causing builds on some bleeding-edge distributions (currently
at least debian-experimental) to fail.

Instead, allocate and free private data as needed when creating and
freeing XML nodes.

Fixes T838

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Sep 7 2024, 4:40 AM
Tasks
T838: Manage libxml2 private data better

Commit No Longer Exists

This commit no longer exists in the repository.