HomeClusterLabs Projects

Low: libcrmcommon: NULL-check strdup() in pcmk__register_format()

Description

Low: libcrmcommon: NULL-check strdup() in pcmk__register_format()

Dereferencing null pointer found by cppcheck.

Return ENOMEM instead of asserting since this is a library function that
returns a standard Pacemaker return code. However, nothing checks it,
and it would have segfaulted in the past, so it might be better to
assert here.

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

Details

Provenance
nrwahl2Authored on Mar 20 2024, 11:05 PM
Parents
rPeb971bd02e81: Low: fencer: Clean up stonith_fence_history_trim()
Branches
Unknown
Tags
Unknown