SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -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));