HomeClusterLabs Projects

Refactor: libpe_status: Avoid snprintf in pe__bundle_replica_output_html

Description

Refactor: libpe_status: Avoid snprintf in pe__bundle_replica_output_html

To avoid the need to error-check snprintf() explicitly, which we have
not been doing.

Ref T974

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

Details

Provenance
nrwahl2Authored on Sat, Jun 21, 6:09 AM
Parents
rP697422f1ba37: Refactor: libcrmcommon: Avoid snprintf() in crm_xml_add_ll()
Branches
Unknown
Tags
Unknown
Tasks
T974: Error-check snprintf() calls