]> git.proxmox.com Git - mirror_zfs.git/commit
Fedora 28: Fix misc bounds check compiler warnings
authorTony Hutter <hutter2@llnl.gov>
Wed, 4 Apr 2018 17:16:47 +0000 (10:16 -0700)
committerTony Hutter <hutter2@llnl.gov>
Tue, 8 May 2018 00:19:57 +0000 (17:19 -0700)
commitf5ecab3aef3db6744f135daf8104dbb1880cc1eb
tree2e62d5e1f820db62af6f9f12fef8931a58689798
parentfd01167ffd9b5d4634bab503e0584e6756bb8ef8
Fedora 28: Fix misc bounds check compiler warnings

Fix a bunch of (mostly) sprintf/snprintf truncation compiler
warnings that show up on Fedora 28 (GCC 8.0.1).

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes #7361
Closes #7368
cmd/zpios/zpios_main.c
cmd/zvol_id/zvol_id_main.c
lib/libspl/include/umem.h
lib/libzfs/libzfs_dataset.c
lib/libzfs/libzfs_sendrecv.c
module/zpios/pios.c
tests/zfs-tests/cmd/devname2devid/devname2devid.c
tests/zfs-tests/cmd/mkbusy/mkbusy.c
tests/zfs-tests/cmd/mktree/mktree.c
tests/zfs-tests/cmd/xattrtest/xattrtest.c