Re: [PATCH v2 005/118] NFSD: Replace the internals of the READ_BUF() macro

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Nov 20, 2020 at 03:34:12PM -0500, Chuck Lever wrote:
> @@ -396,7 +281,7 @@ nfsd4_decode_fattr(struct nfsd4_compoundargs *argp, u32 *bmval,
>  		READ_BUF(4); len += 4;
>  		nace = be32_to_cpup(p++);
>  
> -		if (nace > compoundargs_bytes_left(argp)/20)
> +		if (nace > xdr_stream_remaining(argp->xdr) / sizeof(struct nfs4_ace))

Picky C question: is the compiler guaranteed to pack that struct in the
obvious way?

That aside, I'm not comfortable assuming the struct could never change
to, say, include something that's useful during processing but doesn't
appear on the wire.

Also, that change isn't actually logically related to the rest of the
patch, so it's the sort of thing I'd expect separated out.

--b.



[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux