SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
Security fix for CVE-2015-7747
|
||||
http://www.openwall.com/lists/oss-security/2015/10/08/1
|
||||
|
||||
--- libaudiofile/modules/ModuleState.cpp.orig Tue Nov 17 17:04:14 2015
|
||||
+++ libaudiofile/modules/ModuleState.cpp Tue Nov 17 17:04:44 2015
|
||||
@@ -402,7 +402,7 @@ status ModuleState::arrange(AFfilehandle file, Track *
|
||||
addModule(new Transform(outfc, in.pcm, out.pcm));
|
||||
|
||||
if (in.channelCount != out.channelCount)
|
||||
- addModule(new ApplyChannelMatrix(infc, isReading,
|
||||
+ addModule(new ApplyChannelMatrix(outfc, isReading,
|
||||
in.channelCount, out.channelCount,
|
||||
in.pcm.minClip, in.pcm.maxClip,
|
||||
track->channelMatrix));
|
Loading…
Add table
Add a link
Reference in a new issue