diff options
| author | Lei Lu <llfamsec@gmail.com> | 2025-08-11 16:58:48 +0300 |
|---|---|---|
| committer | Chuck Lever <chuck.lever@oracle.com> | 2025-09-22 02:24:50 +0300 |
| commit | 6df164e29bd4e6505c5a2e0e5f1e1f6957a16a42 (patch) | |
| tree | 99bae6afb903ac91c172c8afd503ff1f707e5e2b /tools/perf/scripts/python/syscall-counts.py | |
| parent | 07e27ad16399afcd693be20211b0dfae63e0615f (diff) | |
| download | linux-6df164e29bd4e6505c5a2e0e5f1e1f6957a16a42.tar.xz | |
sunrpc: fix null pointer dereference on zero-length checksum
In xdr_stream_decode_opaque_auth(), zero-length checksum.len causes
checksum.data to be set to NULL. This triggers a NPD when accessing
checksum.data in gss_krb5_verify_mic_v2(). This patch ensures that
the value of checksum.len is not less than XDR_UNIT.
Fixes: 0653028e8f1c ("SUNRPC: Convert gss_verify_header() to use xdr_stream")
Cc: stable@kernel.org
Signed-off-by: Lei Lu <llfamsec@gmail.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
