From owner-freebsd-commit Sat Feb 17 13:12:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA28463 for freebsd-commit-outgoing; Sat, 17 Feb 1996 13:12:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA28451 for cvs-all-outgoing; Sat, 17 Feb 1996 13:11:56 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA28421 Sat, 17 Feb 1996 13:11:39 -0800 (PST) Date: Sat, 17 Feb 1996 13:11:39 -0800 (PST) From: Mike Pritchard Message-Id: <199602172111.NAA28421@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net inet_network.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/02/17 13:11:38 Modified: lib/libc/net inet_network.c Log: Fix inet_network to not dump core if passed in an address with more than 4 octets (e.g. 1.2.3.4.5). Submitted by: Amy Baron via NetBSD-bugs Revision Changes Path 1.2 +1 -3 src/lib/libc/net/inet_network.c