commit | d1dc25ad957210c9300f9a5cb66cb3128e370fd8 | [log] [tgz] |
---|---|---|
author | Rajat Kumar <rajat.kumar@ittiam.com> | Tue Jan 15 14:10:05 2019 +0530 |
committer | Ray Essick <essick@google.com> | Thu Apr 04 21:15:57 2019 +0000 |
tree | b61b34891557aa4a1b2ad9b3876a831010077ed6 | |
parent | a20a05965535bdbc350dafc59e069a32ff570cc8 [diff] |
Fix for out of bound access in lpd decode function Code written under the condition if (mod[0] == 0 && len_subfrm != LEN_FRAME) are redundant. We were filling garbage at st->fd_synth[ORDER - len_subfrm + i] and doing some calculations but never using it. So removed the redundant part here. Bug:122728400 Test: vendor + poc Change-Id: If55eeec1e21b2874c1cfd8eee8c71dc7da962a72