From owner-cvs-games Mon Aug 18 13:27:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA15910 for cvs-games-outgoing; Mon, 18 Aug 1997 13:27:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA15874; Mon, 18 Aug 1997 13:27:15 -0700 (PDT) From: jlemon@FreeBSD.ORG Received: (from jlemon@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA00526; Mon, 18 Aug 1997 13:26:33 -0700 (PDT) Date: Mon, 18 Aug 1997 13:26:33 -0700 (PDT) Message-Id: <199708182026.NAA00526@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG Subject: cvs commit: src/games/quiz quiz.c src/games/quiz/datfiles bard Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jlemon 1997/08/18 13:26:32 PDT Modified files: games/quiz quiz.c games/quiz/datfiles bard Log: A ':' in the data file was always interpreted as a category divider, even if escaped. Changed code so that the next character after a '\' is skipped. This should not cause a buffer overflow, as backslashes at the end of a line are handled earlier in the code. Also correct a slight grammatical nit in the bard datfile. PR: 3777, 3917 Revision Changes Path 1.4 +1 -0 src/games/quiz/quiz.c 1.2 +1 -1 src/games/quiz/datfiles/bard