CameraKit / camerakit-android

Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.
https://camerakit.io
MIT License
5.35k stars 878 forks source link

Restrict yuvCopy array access within bounds #635

Closed Kishanthan closed 1 year ago

Kishanthan commented 2 years ago

This PR will limit array access within bounds for "yuvCopy" in YuvOperator to avoid overflow issues. @austinkettner.

austinkettner commented 2 years ago

Thanks @Kishanthan will review and merge soon!