| commit | 86ab0c66c9149824a1ed5ecbb71e9a407c5ba939 | [log] [tgz] |
|---|---|---|
| author | David Stevens <stevensd@google.com> | Tue Feb 09 16:55:43 2021 +0900 |
| committer | Chih-Yu Huang <akahuang@google.com> | Mon Mar 01 15:32:09 2021 +0900 |
| tree | 0d212363b7b0d97cf62214b8f1ad7b7eda23d13e | |
| parent | 0b2af13906bc7ed6a3dc7cde096bccf44562ab44 [diff] |
V4L2DecodeComponent: handle overflow Handle overflow when validating the requested video frame's area. Bug: 177697115 Test: android.security.cts.StagefrightTest#testStagefright_cve_2016_6712 Change-Id: I3ff9ce21490db542c082edd4372f0824f301e459
accel/ Core V4L2 API and codec utilities, ported from Chromium project.
common/ Common helper classes for both components/ and store/.
components/ The C2Component implementations based on V4L2 API.
store/ The implementation of C2ComponentStore. It is used for creating all the C2Components implemented at components/ folder.
service/ The Codec2's V4L2 IComponentStore service. The service initiates the component store implemented at store/ folder, and registers it as the default service.