diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2025-08-16 08:13:53 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2025-08-16 08:13:53 -0700 |
commit | 281865fde4591c28b23afb006841ca6ece736b74 (patch) | |
tree | 146850810bd71fd3c8065ba512c8b0383f08a231 /TODO | |
parent | 692a052c6303cfbd9daecbcec99c54441f6b3af2 (diff) |
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