Module Name: src Committed By: lukem Date: Fri Mar 2 06:31:53 UTC 2018
Modified Files: src/lib/libc/inet: inet_ntop.c Log Message: PR/48585: Set errno when returning NULL for AF_INET In inet_ntop4(), errno wasn't set before returning NULL. Seems like an oversight in the existing fix for PR/48585. Noticed by code inspection. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/inet/inet_ntop.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.