From owner-freebsd-commit Wed Oct 11 07:31:18 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09069 for freebsd-commit-outgoing; Wed, 11 Oct 1995 07:31:18 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09034 for cvs-all-outgoing; Wed, 11 Oct 1995 07:31:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09019 for cvs-gnu-outgoing; Wed, 11 Oct 1995 07:31:10 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09006 ; Wed, 11 Oct 1995 07:30:56 -0700 Date: Wed, 11 Oct 1995 07:30:56 -0700 From: Bill Paul Message-Id: <199510111430.HAA09006@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.sbin/yp_mkdb yp_mkdb.c Sender: owner-commit@FreeBSD.org Precedence: bulk wpaul 95/10/11 07:30:55 Modified: gnu/usr.sbin/yp_mkdb yp_mkdb.c Log: A one-liner: We already check for (and reject entries with) '+' or '-' as the first character of the key side of the key/data pair; we should check the data side too. (Letting spurious +/- entries into the NIS maps is bad karma.)