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 might be problematic because the slice could not be suitable for DMA access. Maybe it is already fine as is, but as I haven't fully thought this through, I'll leave this as an issue for now.
The text was updated successfully, but these errors were encountered:
jounathaen
changed the title
Implementing ReadBuffer for &mut [C;N] might be unsound
Implementing ReadBuffer for &mut [C;N] might be unsound
Mar 27, 2024
As mentioned in #23, we basically implement
ReadBuffer
for all&mut [C;N]
inembedded-graphics-framebuf/src/backends.rs
Line 92 in 4205fb2
This might be problematic because the slice could not be suitable for DMA access. Maybe it is already fine as is, but as I haven't fully thought this through, I'll leave this as an issue for now.
The text was updated successfully, but these errors were encountered: