Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix get_special_prop() build failure
The cast of the size_t returned by strlcpy() to a uint64_t by the VERIFY3U can result in a build failure when CONFIG_FORTIFY_SOURCE is set. This is due to the additional hardening. Since the token will always fit in strval the VERIFY3U has been removed. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue openzfs#8999
- Loading branch information