mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-04-30 19:09:18 +08:00
Fix int overflow of yi * src_stride overflow in ScalePlaneVertical(), ScalePlaneVertical_16(), and ScalePlaneVertical_16To8() by casting the operand src_stride to ptrdiff_t. Adapted from the patches by Victor Miura <vmiura@google.com>. Bug: 505814332 Change-Id: I4a4751041a213f7208b01eb18c43c9e196a36261 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/7796558 Commit-Queue: Wan-Teh Chang <wtc@google.com> Reviewed-by: Frank Barchard <fbarchard@google.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| basictypes_test.cc | ||
| color_test.cc | ||
| compare_test.cc | ||
| convert_argb_test.cc | ||
| convert_test.cc | ||
| cpu_test.cc | ||
| cpu_thread_test.cc | ||
| math_test.cc | ||
| planar_test.cc | ||
| rotate_argb_test.cc | ||
| rotate_test.cc | ||
| scale_argb_test.cc | ||
| scale_plane_test.cc | ||
| scale_rgb_test.cc | ||
| scale_test.cc | ||
| scale_uv_test.cc | ||
| unit_test.cc | ||
| unit_test.h | ||
| video_common_test.cc | ||