aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dkms.postbuild
diff options
context:
space:
mode:
authorRichard Yao <[email protected]>2023-03-11 13:17:59 -0500
committerBrian Behlendorf <[email protected]>2023-03-14 15:25:01 -0700
commit47b994049fd105f54a887e19ec0669e9084b7cf2 (patch)
treed26358ffe667541f0e336bb5b7c26f79dfb0a6c4 /scripts/dkms.postbuild
parent3cb293a6f803fe9ef58a6b6d23d50ca5b688da97 (diff)
Silence clang static analyzer warnings about stored stack addresses
Clang's static analyzer complains that nvs_xdr() and nvs_native() functions return pointers to stack memory. That is technically true, but the pointers are stored in stack memory from the caller's stack frame, are not read by the caller and are deallocated when the caller returns, so this is harmless. We set the pointers to NULL to silence the warnings. Reviewed-by: Tino Reichardt <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Richard Yao <[email protected]> Closes #14612
Diffstat (limited to 'scripts/dkms.postbuild')
0 files changed, 0 insertions, 0 deletions