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
The code calculates src_aligned incorrectly - instead of adding the missing alignment to src, it subtracts. This causes the wrong bytes to be read by load_aligned_end_partial, and may potentially access invalid memory. Compare this with copy_backward_misaligned_words, where the alignment is correctly calculated by subtraction.
This bug is probably the cause of this issue: #145769