diff options
author | Kees Cook <keescook@chromium.org> | 2021-07-01 18:44:07 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-07-02 01:54:01 +0300 |
commit | 5140aaa4604ba96685dc04b4d2dde3384bbaecef (patch) | |
tree | 25371a85480e67d04ce124a871f305be2fc95cda /net/wireless | |
parent | 6dce38b4b7ffb39539b49feca2b3ce34dbaadf02 (diff) | |
download | linux-5140aaa4604ba96685dc04b4d2dde3384bbaecef.tar.xz |
s390: iucv: 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 array fields.
Add a wrapping struct to serve as the memcpy() source so the compiler
can perform appropriate bounds checking, avoiding this future warning:
In function '__fortify_memcpy',
inlined from 'iucv_message_pending' at net/iucv/iucv.c:1663:4:
./include/linux/fortify-string.h:246:4: error: call to '__read_overflow2_field' declared with attribute error: detected read beyond size of field (2nd parameter)
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/wireless')
0 files changed, 0 insertions, 0 deletions