HomeClusterLabs Projects

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

Description

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

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:31 AM
Parents
rPd0a14b075669: Refactor: libpacemaker: Error-check snprintf() in result_code_text()
Branches
Unknown
Tags
Unknown
Tasks
T974: Error-check snprintf() calls