HomeClusterLabs Projects

Fix: tools: Don't double-free XML in crm_verify after schema update

Description

Fix: tools: Don't double-free XML in crm_verify after schema update

Currently, if an updated schema is acceptable, the old CIB XML is freed
by pcmk_update_configured_schema() and then again by
crm_verify.c:main(). Here we fix this by passing a pointer-to-pointer
into pcmk__verify(), so that crm_verify gets a pointer to the new XML
object instead of to the freed one.

This fixes a regression introduced by a744f1a8.

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

Details

Provenance
nrwahl2Authored on Jun 26 2024, 12:03 AM
Parents
rP24554aa21186: Merge pull request #3539 from nrwahl2/nrwahl2-compat_drops
Branches
Unknown
Tags
Unknown