HomeClusterLabs Projects

Refactor: libcrmcommon: Avoid snprintf() in pcmk__scan_double() tests

Description

Refactor: libcrmcommon: Avoid snprintf() in pcmk__scan_double() tests

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:18 AM
Parents
rP4c1024fadca2: Refactor: libcrmcommon: Avoid snprintf() in no_pids()/has_pids()
Branches
Unknown
Tags
Unknown
Tasks
T974: Error-check snprintf() calls