HomeClusterLabs Projects

Refactor: libcrmcommon: Avoid snprintf() in set_format_string()

Description

Refactor: libcrmcommon: Avoid snprintf() in set_format_string()

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 Fri, Jun 20, 5:49 AM
Parents
rPc16887f98ace: Refactor: libcrmcommon: Avoid snprintf() in pcmk__node_attr_target()
Branches
Unknown
Tags
Unknown
Tasks
T974: Error-check snprintf() calls