diff options
author | 2024-12-30 19:28:57 -0500 | |
---|---|---|
committer | 2025-01-10 23:41:42 -0500 | |
commit | 201cb2048a926b041f80cbd7331de77b87867940 (patch) | |
tree | aae5581b6d50d1474f3b10881c01c4863f2141af /scripts/generate_rust_analyzer.py | |
parent | NFSD: Insulate nfsd4_encode_read_plus_data() from page boundaries in the encode buffer (diff) | |
download | wireguard-linux-201cb2048a926b041f80cbd7331de77b87867940.tar.xz wireguard-linux-201cb2048a926b041f80cbd7331de77b87867940.zip |
NFSD: Insulate nfsd4_encode_readlink() from page boundaries in the encode buffer
There's no guarantee that the pointer returned from
xdr_reserve_space() will still point to the correct reserved space
in the encode buffer after one or more intervening calls to
xdr_reserve_space(). It just happens to work with the current
implementation of xdr_reserve_space().
Reviewed-by: NeilBrown <neilb@suse.de>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions