Loading fs/compat.c +1 −1 Original line number Diff line number Diff line Loading @@ -562,7 +562,7 @@ ssize_t compat_rw_copy_check_uvector(int type, goto out; ret = -EINVAL; if (nr_segs > UIO_MAXIOV || nr_segs < 0) if (nr_segs > UIO_MAXIOV) goto out; if (nr_segs > fast_segs) { ret = -ENOMEM; Loading Loading
fs/compat.c +1 −1 Original line number Diff line number Diff line Loading @@ -562,7 +562,7 @@ ssize_t compat_rw_copy_check_uvector(int type, goto out; ret = -EINVAL; if (nr_segs > UIO_MAXIOV || nr_segs < 0) if (nr_segs > UIO_MAXIOV) goto out; if (nr_segs > fast_segs) { ret = -ENOMEM; Loading