问题描述(Issue Description)
[CTS\GTS\VTS…Test Step] :
− cd andoird-sts/tools
− ./sts-tradefed
− run sts-engbuild
[CTS/GTS/VTS Version] : STS 10_2020-10 / 6803098
[
GMS/GSI Version]: GSI 10.0_2020.11
[Security Patch]: Update to 2020-10-05
[Testing Result]:
run sts-engbuild -m CtsSecurityTestCases -t
Android.security.cts.StagefrightTest#testStagefright_bug_142641801 -- Failed
问题分析(Analysis)
• The
AACExtractor destructor function does not
release resources in AACExtractor.cpp.
183 AACExtractor::~AACExtractor() {
+ mOffsetVector.clear();
+ delete mDataSource;
184 if (mMeta != nullptr) {
185 AMediaFormat_delete(mMeta);
186 }
187 }
解决方案(Solution)
[Solution]:
Considering the google mainline mechanism, we need Google to add the modified code in AACExtractor.cpp.
[Patch Link]:
https://android.googlesource.com ... 5564df5a1%5E%21/#F0
| 结果 | 谷歌反馈 | 信息 |
谷歌确认此弃权 | Yes | You can use ID b/169413579 as
waiver reference in APA.
WAIVER APPROVED | https://partnerissuetracker.corp.google.com/issues/1737
99569 |