summaryrefslogtreecommitdiff
path: root/drivers/md/dm-init.c
diff options
context:
space:
mode:
authorDamien Le Moal <damien.lemoal@wdc.com>2020-07-16 13:38:14 +0900
committerMike Snitzer <snitzer@redhat.com>2020-08-04 15:50:58 -0400
commit1aeb6e7cd118b90f1a227c79b26100af6a15960e (patch)
tree9b2aadff0d0d39273895a3c3b00319ec8bfa1c66 /drivers/md/dm-init.c
parent04dc5330e5deebde2c88f8422c446e8212090ba3 (diff)
dm ioctl: Fix compilation warning
In retrieve_status(), when copying the target type name in the target_type string field of struct dm_target_spec, copy at most DM_MAX_TYPE_NAME - 1 character to avoid the compilation warning: warning: ‘__builtin_strncpy’ specified bound 16 equals destination size [-Wstringop-truncation] when compiling with W-1. Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'drivers/md/dm-init.c')
0 files changed, 0 insertions, 0 deletions