HomeFreeBSD

Use sizeof instead of strlen on string constants. The compiler doesn't

Description

Use sizeof instead of strlen on string constants. The compiler doesn't
optimise the strlen calls away with -ffreestanding.

Details

Provenance
tijlAuthored on
Parents
rS324627: MFC r324064:
Branches
Unknown
Tags
Unknown