commit | f882d43b56e909465dd2c2dc904512f1e2c5cef7 | [log] [tgz] |
---|---|---|
author | Chris McDonald <cjmcdonald@chromium.org> | Wed Nov 24 13:11:51 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jan 04 20:52:16 2022 -0500 |
tree | 2ca8e0b7a8bcdf09a48c60c6d006e2d159c17f31 | |
parent | 6adda4077568830780244cb0a51c4d8a802ef2d5 [diff] |
sys/util: Stricter bytecpy impl The docstring for this function states that it is guaranteed to perform a copy byte by byte, but this is not true in general without a `volatile` storage type on the casted pointer. Signed-off-by: Chris McDonald <cjmcdonald@chromium.org>