Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 11/03/1999 03:47:03
Module Name:	basesrc
Committed By:	is
Date:		Wed Nov  3 11:47:03 UTC 1999

Modified Files:
	basesrc/lib/libc/net: inet_pton.c

Log Message:
Check for invalid component numbers (wrong hex "digits", octal numbers
with digits of 8 or 9) and complain. Fixes PR 8314 by ITOH Yasufumi (but
adding the check of hexadecimal numbers).


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/lib/libc/net/inet_pton.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.