diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2024-11-13 23:37:37 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2024-11-14 11:17:52 -0500 |
commit | c28ed06e9802a93b329f7b275677650b21b2ce92 (patch) | |
tree | 32319c2112cea76ae74ed3aec7e24b826d4427fd /src/command.c | |
parent | 405935f91808addd7b8a8127bf1093d3f285e7d8 (diff) | |
download | kutter-c28ed06e9802a93b329f7b275677650b21b2ce92.tar.gz kutter-c28ed06e9802a93b329f7b275677650b21b2ce92.tar.xz kutter-c28ed06e9802a93b329f7b275677650b21b2ce92.zip |
rp2040: Avoid using memcpy() on USB dpram
Some versions of the system memcpy() may make unaligned memory
accesses, which can result in a bus fault when accessing the usb dpram
device memory.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/command.c')
0 files changed, 0 insertions, 0 deletions