Files
mirror_zfs/module/os/linux/zfs
Jorgen Lundman c9e319faae Replace sprintf()->snprintf() and strcpy()->strlcpy()
The strcpy() and sprintf() functions are deprecated on some platforms.
Care is needed to ensure correct size is used.  If some platforms
miss snprintf, we can add a #define to sprintf, likewise strlcpy().

The biggest change is adding a size parameter to zfs_id_to_fuidstr().

The various *_impl_get() functions are only used on linux and have
not yet been updated.

Reviewed by: Sean Eric Fagan <sef@ixsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Jorgen Lundman <lundman@lundman.net>
Closes #10400
2020-06-07 11:42:12 -07:00
..
2020-05-20 18:06:09 -07:00
2019-09-12 13:33:44 -07:00
2019-09-12 13:33:44 -07:00
2020-05-20 18:06:09 -07:00
2020-02-27 09:31:02 -08:00
2020-04-01 10:02:06 -07:00
2020-04-10 10:33:35 -07:00
2019-12-13 07:54:10 -08:00
2020-06-05 17:17:02 -07:00