HomeClusterLabs Projects

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

Description

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

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:27 PM
Parents
rPa4d9c924de85: Refactor: libcrmcommon: Avoid snprintf() in set_format_string()
Branches
Unknown
Tags
Unknown
Tasks
T974: Error-check snprintf() calls