From owner-cvs-lib Tue May 7 13:52:08 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA06038 for cvs-lib-outgoing; Tue, 7 May 1996 13:52:08 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA05872 Tue, 7 May 1996 13:51:54 -0700 (PDT) Date: Tue, 7 May 1996 13:51:54 -0700 (PDT) From: Bill Paul Message-Id: <199605072051.NAA05872@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen getpwent.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/05/07 13:51:54 Modified: lib/libc/gen getpwent.c Log: Grrrr... yet another variation on Murphy's Law: the best way to find bugs in your code is to put it in the -stable branch. (Corollary: the day you discover the bug is the day the Internet decides to route your telnet session to the repository box via Zimbabwe.) Remove one bogus free(result) (from _havemaster()) that slipped by me. Flagged by: phkmalloc Pointed out to me by: Stefan Esser Revision Changes Path 1.34 +0 -1 src/lib/libc/gen/getpwent.c