HomeFreeBSD

MFC r305813:

Description

MFC r305813:
localedef(1): make better use of calloc(3) arguments.

The first argument of calloc(3) should be an ordinal type, and the
second a size: split a multiplication to make better use of calloc(3)
and detect overflows.

Do some other re-ordering and style fixes while here.

Details

Provenance
pfgAuthored on
Parents
rS306911: MFC r305812:
Branches
Unknown
Tags
Unknown