• A
    fix unsafe_put_user() · a7cc722f
    Al Viro 提交于
    __put_user_size() relies upon its first argument having the same type as what
    the second one points to; the only other user makes sure of that and
    unsafe_put_user() should do the same.
    Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
    a7cc722f
uaccess.h 21.1 KB