Frank Filz has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/552324 )
Change subject: Coverity fix repairs in Protocols/XDR
......................................................................
Coverity fix repairs in Protocols/XDR
Fixes to commit c2d2aafb44be6528bbe0cecc38ed66d15cad15dd
Unsigned int can't be less than zero, don't check for it...
In xdr_posix_acl, a count of zero is valid, so since it's unsigned
also, just check for being too large.
Change-Id: Idfd9d544ae7c97653a5f98b5e44322e2775bd416
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/Protocols/NFS/nfs_proto_tools.c
M src/Protocols/XDR/xdr_nfsacl.c
2 files changed, 20 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/24/552324/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/552324
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Idfd9d544ae7c97653a5f98b5e44322e2775bd416
Gerrit-Change-Number: 552324
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>
Gerrit-MessageType: newchange