mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-06-15 00:16:08 +08:00
Audit all occurrences of "width *= height;" in the libyuv source code. Make sure height > 0 and (ptrdiff_t)width * height <= INT_MAX before executing width *= height. Bug: chromium:517339758 Change-Id: I143a41c66492a6e4c48b6aa2a1c4a2ae974ceeb1 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/7883816 Commit-Queue: Wan-Teh Chang <wtc@google.com> Reviewed-by: Frank Barchard <fbarchard@google.com>
14 lines
305 B
Plaintext
14 lines
305 B
Plaintext
Name: libyuv
|
|
URL: https://chromium.googlesource.com/libyuv/libyuv/
|
|
Version: 1943
|
|
Revision: DEPS
|
|
License: BSD-3-Clause
|
|
License File: LICENSE
|
|
Shipped: yes
|
|
Security Critical: yes
|
|
Update Mechanism: Manual
|
|
|
|
Description:
|
|
libyuv is an open source project that includes YUV conversion and scaling functionality.
|
|
|