summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2025-08-16 08:13:53 -0700
committerVito Caputo <vcaputo@pengaru.com>2025-08-16 08:13:53 -0700
commit281865fde4591c28b23afb006841ca6ece736b74 (patch)
tree146850810bd71fd3c8065ba512c8b0383f08a231 /TODO
parent692a052c6303cfbd9daecbcec99c54441f6b3af2 (diff)
modules/flow/flow: fix edge case segfaultHEADmaster
When flow became threaded this bug was introduced. It's possible for the unchecked put_pixel to go out of bounds while stepping through n_iters, since the bounds check bypassing this doesn't consider the full range of the iterated coordinates. A simple fix to prevent the segfault is to use the checked variant.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions
© All Rights Reserved