diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-18 16:08:21 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-18 16:08:21 +0000 |
commit | 33d3d91ed6959c3fc9fa51e9275fe7f1ad5f0449 (patch) | |
tree | 5b390c4549e9e1537995b1284cf767cecde4dd20 /audio/gmixer/Makefile | |
parent | Install additional Documentation. (diff) |
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 <jylitalo@iki.fi>
Approved by: Maintainer timeout (8 Months)
Notes
Notes:
svn path=/head/; revision=73401
Diffstat (limited to 'audio/gmixer/Makefile')
-rw-r--r-- | audio/gmixer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/gmixer/Makefile b/audio/gmixer/Makefile index 8622b22221c8..8c90c7f09fa9 100644 --- a/audio/gmixer/Makefile +++ b/audio/gmixer/Makefile @@ -7,6 +7,7 @@ PORTNAME= gmixer PORTVERSION= 0.98c +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= cpiazza |