HomeClusterLabs Projects

High: libcrmcommon: Don't assert on failure to write errors.

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

Description

High: libcrmcommon: Don't assert on failure to write errors.

Only text output mode is affected by this - other output formats write
to a buffer, so an error there is likely a memory problem and should be
asserted on. vprintf/fprintf can return a negative value if the file
handle is closed (say, with shell output redirection) and we don't want
to assert on that.

Fixes T891

Details

Provenance
clumensAuthored on Oct 3 2024, 9:56 AM
Tasks
T891: Don't assert on vfprintf() error at tool exit

Commit No Longer Exists

This commit no longer exists in the repository.