]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
strdup.3: Slightly canonicalize OOM return/error status
authorcem <cem@FreeBSD.org>
Tue, 5 May 2020 17:57:04 +0000 (17:57 +0000)
committercem <cem@FreeBSD.org>
Tue, 5 May 2020 17:57:04 +0000 (17:57 +0000)
commit06d641350f2a95b2fd2ebc16986f6a60681f0152
tree481dd12d6a06abffa3b10af82480d7680a4fb048
parent2a767da786f589746629633e14e5f358646b5c97
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