Re: [PATCH] soundwire: stream: fix out of boundary access on port properties

From: Vinod Koul
Date: Mon May 27 2019 - 01:08:02 EST


On 22-05-19, 17:24, Srinivas Kandagatla wrote:
> 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.

Applied, thanks

--
~Vinod