-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reformat_libyuv: Move alpha plane check location (#1322)
The alpha plane check in avifImageYUVToRGBLibYUV potentially dereferences a pointer that is not alive. Move the condition to the beginning of the function so that this problem does not happen. Alternative solution to #1320
- Loading branch information
Showing
1 changed file
with
53 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters