You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is detected with clang and -fsanitizer=bounds.
Out-of-bound addressing array of fixed size is undefined
behavior in both C and C++. It is so even if underlying
memory is properly allocated.
Easy fix here is to iterate with this pointer instead of
pixel_type::c array.
0 commit comments