Date: Mon, 18 Aug 1997 13:26:33 -0700 (PDT) From: jlemon@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 Message-ID: <199708182026.NAA00526@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708182026.NAA00526>