commit | 138ed1796f8c8edd318488911a9b056877191778 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Wed Feb 10 10:40:44 2016 -0800 |
committer | Eric Laurent <elaurent@google.com> | Thu Feb 11 12:10:16 2016 -0800 |
tree | d13629fcc205cc2a2ed858d7caced0436ce820e8 | |
parent | e3b06f27668901d3d7ae53b6d77aafd4181045ad [diff] |
audio policy: fix issues in effect parameters parsing Fix several issues in AudioPolicyEffects.cpp - Fix old bug in growParamSize() that should take a pointer to the address of the parameter structure because it can modify it by calling realloc() - Fix warnings reported by clang static analyzer - Add checks on memory allocations Bug: 26938281 Change-Id: Id0bfa64371d95356d9fc308c6ea9c74e10ab1be0