HomeFreeBSD

MFC r317200, r317201, r317216:

Description

MFC r317200, r317201, r317216:
libthread_db: unsign map_len and use reallocarray(3).

Lengths are not negative, so map_len should be unsigned. Unsign the
corresponding indexes too and bring a small use of reallocarray(3).

Reorder the memset to be consistent with the reallocarray.

Details

Provenance
pfgAuthored on
Parents
rS317796: MFC r317596:
Branches
Unknown
Tags
Unknown