commit | 5841db78dff14898538200287d246577b1fc37e2 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Wed Sep 09 05:16:08 2009 -0700 |
committer | Eric Laurent <elaurent@google.com> | Wed Sep 09 05:16:08 2009 -0700 |
tree | 3d3cd806d443584a23a4ac3b3731ca3ba761c58e | |
parent | 85fa14d35468acca07ce0085d67b909f673fae07 [diff] |
Fix issue 2107584: media server crash when AudioFlinger fails to allocate memory for track control block. AudioFlinger: verify that mCblk is not null before using it in Track and RecordTrack contructors. IAudioFlinger: check result of remote transaction before reading IAudioTrack and IAudioRecord. IAudioTrack and IAudioRecord: check result of remote transaction before reading IMemory.