HomeClusterLabs Projects

Refactor: libcrmservice: Avoid snprintf() in services_linux.c

Description

Refactor: libcrmservice: Avoid snprintf() in services_linux.c

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:45 AM
Parents
rP566398f72120: Refactor: libcrmservice: Avoid snprintf() in services__get_lsb_metadata
Branches
Unknown
Tags
Unknown
Tasks
T974: Error-check snprintf() calls