From owner-cvs-all Sat Jan 18 8: 8:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8267437B401; Sat, 18 Jan 2003 08:08:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C650E43FAD; Sat, 18 Jan 2003 08:08:21 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IG8Lfh087205; Sat, 18 Jan 2003 08:08:21 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IG8LbI087204; Sat, 18 Jan 2003 08:08:21 -0800 (PST) Message-Id: <200301181608.h0IG8LbI087204@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 08:08:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gmixer Makefile ports/audio/gmixer/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 08:08:21 PST Modified files: audio/gmixer Makefile Added files: audio/gmixer/files patch-ac Log: Add a patch, that fixes a Coredump. From the PR: "volctrls array is only initialized for the first 17 devices, various array buffers were allocated to SOUND_MIXER_NRDEVICES and around that line 295, that SOUND_MIXER_NRDEVICES was also used as upper limit in for loop. This turned out to be problem, because in my machine that variable seems to have value 25" PR: 38560 Submitted by: Juha Ylitalo Approved by: Maintainer timeout (8 Months) Revision Changes Path 1.15 +1 -0 ports/audio/gmixer/Makefile 1.1 +39 -0 ports/audio/gmixer/files/patch-ac (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message