From owner-cvs-usrsbin Sat Dec 14 11:57:08 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA04563 for cvs-usrsbin-outgoing; Sat, 14 Dec 1996 11:57:08 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA04556; Sat, 14 Dec 1996 11:57:06 -0800 (PST) Date: Sat, 14 Dec 1996 11:57:06 -0800 (PST) From: Joerg Wunsch Message-Id: <199612141957.LAA04556@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/config config.y mkmakefile.c mkoptions.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/12/14 11:57:05 Branch: usr.sbin/config RELENG_2_2 Modified: usr.sbin/config config.y mkmakefile.c mkoptions.c Log: Merge the fixes for the more embarassing bugs from HEAD, mostly potential buffer overflow conditions. Revision Changes Path 1.13.2.1 +5 -4 src/usr.sbin/config/config.y 1.18.2.1 +4 -4 src/usr.sbin/config/mkmakefile.c 1.3.2.1 +5 -7 src/usr.sbin/config/mkoptions.c