HomeFreeBSD

The error handling for writes to the target file could lead to the final
rS250972Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

The error handling for writes to the target file could lead to the final
fclose() being skipped. Fix this by using boolean "&" and "|" instead of
short-cut operators "&&" and "||".
While here, increment the last part of the version string. The reason is
the fixed output file selection logic in pch.c, which was committed as
r250943, yesterday.

Reviewed by: pfg

Details

Provenance
seAuthored on
Parents
rS250971: MFC r250741:
Branches
Unknown
Tags
Unknown

Event Timeline