]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
strdup.3: Slightly canonicalize OOM return/error status
authorConrad Meyer <cem@FreeBSD.org>
Tue, 5 May 2020 17:57:04 +0000 (17:57 +0000)
committerConrad Meyer <cem@FreeBSD.org>
Tue, 5 May 2020 17:57:04 +0000 (17:57 +0000)
commitb34f8412c503f620d86e8a2d47cf70af515aad78
tree481dd12d6a06abffa3b10af82480d7680a4fb048
parent6b1e5fae2cfc205d8c2e27bd8badebd1ee61500c
strdup.3: Slightly canonicalize OOM return/error status

Attempted to clean up the language around "this is a malloc'd object."  May be
passed as a parameter to free(3) is a bit obtuse.

Sponsored by: Dell EMC Isilon
lib/libc/string/strdup.3