HomeFreeBSD

patch: Bring in xstrdup and use it when appropriate.

Description

patch: Bring in xstrdup and use it when appropriate.

The function savestr allows NULL return values during Plan A patching so in
case of out of memory conditions, Plan B can step in. In many cases, NULL
value is not properly handled, so use xstrdup here (it's outside Plan A/B
patching, which means that even Plan B relies on successful operations).

Clean up some whitespaces while here

Obtained from: OpenBSD
MFC after: 2 weeks

Details

Provenance
pfgAuthored on
Parents
rS276217: Tag import of mandoc 1.13.2
Branches
Unknown
Tags
Unknown

Event Timeline