Blame SOURCES/audiofile-0.3.6-CVE-2015-7747.patch
|
|
852130 |
diff -Nurb --strip-trailing-cr audiofile-0.3.6-orig/libaudiofile/modules/ModuleState.cpp audiofile-0.3.6/libaudiofile/modules/ModuleState.cpp
|
|
|
852130 |
--- audiofile-0.3.6-orig/libaudiofile/modules/ModuleState.cpp 2013-03-06 06:30:03.000000000 +0100
|
|
|
852130 |
+++ audiofile-0.3.6/libaudiofile/modules/ModuleState.cpp 2015-10-08 11:29:51.846082162 +0200
|
|
|
852130 |
@@ -402,7 +402,7 @@
|
|
|
852130 |
addModule(new Transform(outfc, in.pcm, out.pcm));
|
|
|
852130 |
|
|
|
852130 |
if (in.channelCount != out.channelCount)
|
|
|
852130 |
- addModule(new ApplyChannelMatrix(infc, isReading,
|
|
|
852130 |
+ addModule(new ApplyChannelMatrix(outfc, isReading,
|
|
|
852130 |
in.channelCount, out.channelCount,
|
|
|
852130 |
in.pcm.minClip, in.pcm.maxClip,
|
|
|
852130 |
track->channelMatrix));
|