HomeClusterLabs Projects

Refactor: various: Replace strdup() with pcmk__str_copy()

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Refactor: various: Replace strdup() with pcmk__str_copy()

In daemons and in some purely internal code where the allocated object
matters (for example, is not just for logging).

Other uses of strdup() in library code can be addressed as appropriate
during best practices work.

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Mar 12 2024, 5:53 PM

Commit No Longer Exists

This commit no longer exists in the repository.