HomeClusterLabs Projects

Low: libcrmcommon: Initialize some variables

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

Description

Low: libcrmcommon: Initialize some variables

Cppcheck complained about these. There's no point in spending much
effort on iso8601.c until we start the "replace iso8601.c with GLib"
project, but this is easy enough.

Also avoid a variable-length array and fix a harmless off-by-one (we
don't need max + 1 for array size).

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

Details

Provenance
nrwahl2Authored on Mar 20 2024, 8:36 PM

Commit No Longer Exists

This commit no longer exists in the repository.