commit | 6ad8c64ce9ac6fff7a3f2510cd948f3457842510 | [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 | fe14ee8d6e89b905c1e6ca9cd3cd127876522494 | |
parent | 4982510436cb9065ab48efc29cdc82c7b326e1d6 [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.