diff options
author | Kees Cook <keescook@chromium.org> | 2021-06-21 14:44:46 -0700 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-06-21 21:39:46 -0500 |
commit | fbcff33d4204cbcb8e60faa3465a2156fdda398a (patch) | |
tree | 22791ddeee3647d405c7a86d580a445ec62e4d42 /tools/testing/selftests/bpf/prog_tests/prog_array_init.c | |
parent | e0ae8a9aaeed7262f349e025b2162e8a13cb58d9 (diff) |
cifs: Avoid field over-reading memcpy()
In preparation for FORTIFY_SOURCE performing compile-time and run-time
field bounds checking for memcpy(), memmove(), and memset(), avoid
intentionally reading across neighboring fields.
Instead of using memcpy to read across multiple struct members, just
perform per-member assignments as already done for other members.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions