Whamcloud - gitweb
LU-16509 lnet: memcpy false positive in brw_test 85/50185/1
authorPatrick Farrell <pfarrell@whamcloud.com>
Thu, 2 Mar 2023 18:02:25 +0000 (13:02 -0500)
committerPatrick Farrell <pfarrell@whamcloud.com>
Thu, 2 Mar 2023 18:02:25 +0000 (13:02 -0500)
commit299bd671a9f7c0955b2be59e36bb8239797c1b82
tree3e13325880fd5c9c0889e019383e2e7517317ba0
parent18e24419599666bd536d072705052a8c64b681ab
LU-16509 lnet: memcpy false positive in brw_test

The flexible array at the end of srcp_bulk is triggering a
false positive in fortified memcpy().  Quash it with
unsafe_memcpy().

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I13386c0a8e73b04af8d398aa49361bfdf6a05ad8
lnet/selftest/brw_test.c