diff options
author | Yang Li <[email protected]> | 2021-09-10 17:33:24 +0800 |
---|---|---|
committer | J. Bruce Fields <[email protected]> | 2021-09-23 16:05:24 -0400 |
commit | 458032fcfa91c8714859b1f01b9ac7dccea5d6cd (patch) | |
tree | b6930bdc43b392687db725917296b815fceb696f /scripts/clang-tools/gen_compile_commands.py | |
parent | 8847ecc9274a14114385d1cb4030326baa0766eb (diff) |
UNRPC: Return specific error code on kmalloc failure
Although the callers of this function only care about whether the
return value is null or not, we should still give a rigorous
error code.
Smatch tool warning:
net/sunrpc/auth_gss/svcauth_gss.c:784 gss_write_verf() warn: returning
-1 instead of -ENOMEM is sloppy
No functional change, just more standardized.
Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Yang Li <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
Diffstat (limited to 'scripts/clang-tools/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions