HomeClusterLabs Projects

Refactor: libpe_status: Avoid snprintf in pe__bundle_replica_output_text

Description

Refactor: libpe_status: Avoid snprintf in pe__bundle_replica_output_text

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:11 AM
Parents
rPcf90a752d0a8: Refactor: libpe_status: Avoid snprintf in pe__bundle_replica_output_html
Branches
Unknown
Tags
Unknown
Tasks
T974: Error-check snprintf() calls