-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We can crash darktable being in darkroom using the enlarge_canvas module while being zoomed in either in process() or in distort_mask() Both are related to incorrect results for border_in_x/y leading to out-of-bounds data access. So we restrict results to be in allowed range. Use dt_aligned_pixel_t instead of float[4] as used elsewhere.
- Loading branch information
1 parent
b36b483
commit b86e4fb
Showing
1 changed file
with
10 additions
and
7 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