HomeClusterLabs Projects

Refactor: libcrmservice: Avoid snprintf() in services__get_lsb_metadata

Description

Refactor: libcrmservice: Avoid snprintf() in services__get_lsb_metadata

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 Mon, Jun 23, 4:39 AM
Parents
rP5ed177a7cd72: Refactor: libpe_status: Avoid snprintf() in get_rscs_brief()
Branches
Unknown
Tags
Unknown
Tasks
T974: Error-check snprintf() calls