From owner-cvs-all Sat Oct 30 21: 7:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74E1114DFE; Sat, 30 Oct 1999 21:07:57 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA25949; Sat, 30 Oct 1999 21:07:57 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <199910310407.VAA25949@freefall.freebsd.org> From: Brian Feldman Date: Sat, 30 Oct 1999 21:07:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net inet_addr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/10/30 21:07:57 PDT Modified files: lib/libc/net inet_addr.c Log: This is the new inet_addr/inet_aton with proper error checking. This should close all outstanding PRs on incorrect inet_aton behavior, and since it has a decent parsing routine, doesn't allow some hysterically working behavior. PR: 13628 Submitted by: Adrian Chadd Revision Changes Path 1.8 +68 -64 src/lib/libc/net/inet_addr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message