HomeClusterLabs Projects

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

Description

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

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:32 AM
Parents
rP107a7799ab28: Refactor: libcrmcommon: Avoid snprintf() in pcmk__scan_double() tests
Branches
Unknown
Tags
Unknown
Tasks
T974: Error-check snprintf() calls