HomeClusterLabs Projects

Refactor: libpe_status: Avoid snprintf() in get_rscs_brief()

Description

Refactor: libpe_status: Avoid snprintf() in get_rscs_brief()

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