Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix get_special_prop() build failure #9020

Merged
merged 1 commit into from
Jul 16, 2019

Commits on Jul 11, 2019

  1. 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
    behlendorf committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    b32ad91 View commit details
    Browse the repository at this point in the history