NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/48585 CVS commit: src/lib/libc/inet



The following reply was made to PR lib/48585; it has been noted by GNATS.

From: "Luke Mewburn" <lukem%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48585 CVS commit: src/lib/libc/inet
Date: Fri, 2 Mar 2018 06:31:53 +0000

 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.
 


Home | Main Index | Thread Index | Old Index