From owner-cvs-src@FreeBSD.ORG Fri Aug 24 16:26:25 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0959A16A41A; Fri, 24 Aug 2007 16:26:25 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D842413C457; Fri, 24 Aug 2007 16:26:24 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7OGQObb003212; Fri, 24 Aug 2007 16:26:24 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7OGQOE1003211; Fri, 24 Aug 2007 16:26:24 GMT (envelope-from ache) Message-Id: <200708241626.l7OGQOE1003211@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 24 Aug 2007 16:26:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/lib/libdialog dialog.h 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 Aug 2007 16:26:25 -0000 ache 2007-08-24 16:26:24 UTC FreeBSD src repository Modified files: gnu/lib/libdialog dialog.h Log: Fix stack overflow with too many items return list in 'dialog' program. (Noticed in ghostscript-gpl core dump) Approved by: re@ (bmah) Revision Changes Path 1.23 +1 -1 src/gnu/lib/libdialog/dialog.h