HomeClusterLabs Projects

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

Description

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

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:56 PM
Parents
rPdd9e8f57cd44: Refactor: libcrmservice: Avoid snprintf() in services_linux.c
Branches
Unknown
Tags
Unknown
Tasks
T974: Error-check snprintf() calls