From owner-cvs-src@FreeBSD.ORG Fri Mar 24 15:01:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBDE716A41F; Fri, 24 Mar 2006 15:01:06 +0000 (UTC) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25CCE43D6E; Fri, 24 Mar 2006 15:01:03 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2OF12vc090920; Fri, 24 Mar 2006 15:01:02 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2OF12U7090919; Fri, 24 Mar 2006 15:01:02 GMT (envelope-from suz) Message-Id: <200603241501.k2OF12U7090919@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Fri, 24 Mar 2006 15:01:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/rtadvd config.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2006 15:01:07 -0000 suz 2006-03-24 15:01:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/rtadvd config.c Log: MFC Rev 1.27 (avoid heap overrun) Approved by: re(kensmith) Revision Changes Path 1.23.4.1 +1 -1 src/usr.sbin/rtadvd/config.c