From owner-freebsd-commit Mon Jan 29 12:16:56 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29011 for freebsd-commit-outgoing; Mon, 29 Jan 1996 12:16:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA28996 for cvs-all-outgoing; Mon, 29 Jan 1996 12:16:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA28958 for cvs-lib-outgoing; Mon, 29 Jan 1996 12:16:40 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA28943 Mon, 29 Jan 1996 12:16:36 -0800 (PST) Date: Mon, 29 Jan 1996 12:16:36 -0800 (PST) From: Mike Pritchard Message-Id: <199601292016.MAA28943@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/net getservent.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/29 12:16:34 Modified: lib/libc/gen getpwent.c lib/libc/net getservent.c Log: Getpwent() and getservent() can wind up calling free() with an invalid pointer if a call to yp_first() fails. Closes PR # 964, and possibly # 952. Revision Changes Path 1.31 +0 -1 src/lib/libc/gen/getpwent.c 1.3 +0 -1 src/lib/libc/net/getservent.c