From owner-cvs-all Wed Nov 24 23:30: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3318414CE0; Wed, 24 Nov 1999 23:30:06 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA24257; Wed, 24 Nov 1999 23:29:00 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199911250729.XAA24257@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 24 Nov 1999 23:28:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/chat chat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/11/24 23:28:55 PST Modified files: usr.bin/chat chat.c Log: Fix a buffer overflow due to sending strings >1k in length. This is unlikely to be a security problem, but it's not totally impossible. OpenBSD take note Reviewed by: imp Revision Changes Path 1.15 +10 -8 src/usr.bin/chat/chat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message