EffectBundle: check nb channels to write speaker angles
When speaker angles are queried, the size of the array for the returned data is 3x the number of channels (where really it should be max(2, nbChannels)). The code assumed it was at least 3x2 (where 2 is the number of virtual speakers this effect supports) and would thus crash when called for a mono channel mask. Test: see repro steps in bug Bug: 32591350 Change-Id: I33d4bff6b2e19a9fc4284a85a446804878d3a410
Loading
-
mentioned in commit f2c6b991
-
mentioned in commit b0896dfc
-
mentioned in commit b9e070af
-
mentioned in commit e5c0e7e1
-
mentioned in commit 7ea75976
-
mentioned in commit 3ffe48ed
-
mentioned in commit 5c9fcda3
-
mentioned in commit 9169ca1b
-
mentioned in commit 1703e107
-
mentioned in commit 3db88c0f
-
mentioned in commit 654e9f92
-
mentioned in commit 8e86da47
Please register or sign in to comment