commit | abb7b17613fff41433cda94207eb535c9fed8fba | [log] [tgz] |
---|---|---|
author | Ryszard Grzesica <ryszard.grzesica@sonymobile.com> | Fri Jan 17 11:40:16 2014 +0100 |
committer | Takeshi Aimi <takeshi.aimi@sonymobile.com> | Thu Feb 20 02:01:35 2014 +0900 |
tree | 1ccb9a72843f7b023cbd9b5365fc6c424b672dc7 | |
parent | 80b72e6f4202ce26facbe51b8739814bca198a2c [diff] |
Fix preventing from heap overwrite in capture command There was heap usage error in case of stop of audio framework while capturePoint was negative. Pointer to reply data was moved but final silence write was done using original buffer size. Now silence set is done at the beginning under the condition that framework has stopped. Change-Id: I7dab1e922f1813e5fbfd4a64c8b0d15d9465520c