OSDN Git Service

soundwire: stream: fix out of boundary access on port properties
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Wed, 22 May 2019 16:24:43 +0000 (17:24 +0100)
committerVinod Koul <vkoul@kernel.org>
Mon, 27 May 2019 05:04:12 +0000 (10:34 +0530)
commit03ecad90d3798be11b033248bbd4bbff4425a1c7
tree96a116c3d313bc0712e21f41c9f7d55f8bd630d1
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9
soundwire: stream: fix out of boundary access on port properties

Assigning local iterator to array element and using it again for
indexing would cross the array boundary.
Fix this by directly referring array element without using the local
variable.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/stream.c