FreeBSD src
Go to file
Tomohiro Kusumi d5bf1cf179 Fix build break by "Implement Redacted Send/Receive"
30af21b025 broke build on Fedora. gcc can detect potential overflow
on compile-time. Consider strlen of already copied string.

Also change strn to strl variants per suggestion from @behlendorf
and @ofaaland.

--
libzfs_input_check.c: In function 'test_redact':
libzfs_input_check.c:711:2: error: 'strncat' specified bound 288 equals
 destination size [-Werror=stringop-overflow=]
  strncat(bookmark, "#testbookmark", sizeof (bookmark));
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Closes #8939
2019-06-22 16:30:59 -07:00
.github
cmd Redacted Send/Receive broke zfs(8) help message 2019-06-21 09:38:15 -07:00
config Python config cleanup 2019-06-13 13:15:46 -07:00
contrib Replace whereis with type in zfs-lib.sh 2019-06-20 12:27:14 -07:00
etc
include Allow unencrypted children of encrypted datasets 2019-06-20 12:29:51 -07:00
lib Allow unencrypted children of encrypted datasets 2019-06-20 12:29:51 -07:00
man Remove dedupditto functionality 2019-06-19 14:54:02 -07:00
module Add SCSI_PASSTHROUGH to zvols to enable UNMAP support 2019-06-21 09:40:56 -07:00
rpm kmod-zfs-devel rpm should provide kmod-spl-devel 2019-06-19 11:44:44 -07:00
scripts Fix %post and %postun generation in kmodtool 2019-06-10 09:06:58 -07:00
tests Fix build break by "Implement Redacted Send/Receive" 2019-06-22 16:30:59 -07:00
udev
.gitignore
.gitmodules
.travis.yml
AUTHORS
autogen.sh
CODE_OF_CONDUCT.md
configure.ac Implement Redacted Send/Receive 2019-06-19 09:48:12 -07:00
copy-builtin
COPYRIGHT
LICENSE
Makefile.am zfs-tests: fix warnings when packaging some .shlib files 2019-05-24 14:12:14 -07:00
META Tag 0.8.0 2019-05-21 11:11:41 -07:00
NEWS
NOTICE
README.md
TEST Update build system and packaging 2018-05-29 16:00:33 -07:00
zfs.release.in

img

ZFS on Linux is an advanced file system and volume manager which was originally developed for Solaris and is now maintained by the OpenZFS community.

codecov coverity

Official Resources

Installation

Full documentation for installing ZoL on your favorite Linux distribution can be found at our site.

Contribute & Develop

We have a separate document with contribution guidelines.

Release

ZFS on Linux is released under a CDDL license.
For more details see the NOTICE, LICENSE and COPYRIGHT files; UCRL-CODE-235197

Supported Kernels

  • The META file contains the officially recognized supported kernel versions.