>From Frank Filz <[email protected]>: Frank Filz has uploaded a new change for review.
https://review.gerrithub.io/287714 Change subject: Coverity fixes ...................................................................... Coverity fixes Fix CID 144639 (don't putref to_remove_obj if not a directory) Fix CID 150362 (re-fix, original fix incomplete) Fix CID 134171 (use #define instead of enum so we can typecast value) Fix CID 132842 (code re-org to avoid testing known non-NULL pointers Fix CID 134168 (check return code of pthread_create) Fix CID 144642 (Missing unlock) Fix CID 132841 (remove unecessary check for NULL and reorganize code) Fix CID 134189 (Logically dead code) Fix CID 132834 (we don't need to test for NULL before calling gsh_free, also use gsh_malloc instead of gsh_calloc since sprintf will completely overwrite the memory just allocated) Fix CID 134169 (check return code of pthread functions) Fix CID 144647 and 144643 (missing break resulted in unused value) Fix CID 150995 (test r_original[0] for NUL char not r_original...) Change-Id: I05a0f894f4df3c335a1cc4370ccc2ea3f0ff3a45 Signed-off-by: Frank S. Filz <[email protected]> --- M src/FSAL/fsal_helper.c M src/MainNFSD/9p_rdma_dispatcher.c M src/Protocols/NFS/nfs4_op_lookupp.c M src/RPCAL/gss_credcache.c M src/SAL/nfs4_owner.c M src/config_parsing/conf_lex.l M src/include/gsh_types.h M src/support/delayed_exec.c M src/support/nfs_convert.c M src/tools/multilock/ml_functions.c 10 files changed, 48 insertions(+), 38 deletions(-) git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/14/287714/1 -- To view, visit https://review.gerrithub.io/287714 To unsubscribe, visit https://review.gerrithub.io/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I05a0f894f4df3c335a1cc4370ccc2ea3f0ff3a45 Gerrit-PatchSet: 1 Gerrit-Project: ffilz/nfs-ganesha Gerrit-Branch: next Gerrit-Owner: Frank Filz <[email protected]> ------------------------------------------------------------------------------ _______________________________________________ Nfs-ganesha-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
