diff options
author | arved <arved@FreeBSD.org> | 2003-01-19 00:08:21 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-19 00:08:21 +0800 |
commit | 14076b5cd1126d432f86f7c26d9318734049eac4 (patch) | |
tree | 172022d7721a0b79bf33fca47f5b03db89ecb244 /audio/gmixer/Makefile | |
parent | 5209fb6423eb85e250ed836bafdec52786a2191a (diff) | |
download | freebsd-ports-graphics-14076b5cd1126d432f86f7c26d9318734049eac4.tar.gz freebsd-ports-graphics-14076b5cd1126d432f86f7c26d9318734049eac4.tar.zst freebsd-ports-graphics-14076b5cd1126d432f86f7c26d9318734049eac4.zip |
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)
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 8622b22221c..8c90c7f09fa 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 |