[Pkg-ofed-commits] [libfabric] 07/123: prov/psm: fix coverity issue #29755 -- extra high-order bits

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sat Oct 22 12:28:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to annotated tag v1.1.1
in repository libfabric.

commit 40ed705e1933e83a9322382f2ecc344cfe789881
Author: Jianxin Xiong <jianxin.xiong at intel.com>
Date:   Thu Aug 27 13:54:17 2015 -0700

    prov/psm: fix coverity issue #29755 -- extra high-order bits
    
    Signed-off-by: Jianxin Xiong <jianxin.xiong at intel.com>
---
 prov/psm/src/psmx_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prov/psm/src/psmx_init.c b/prov/psm/src/psmx_init.c
index a3ce855..d05a4be 100644
--- a/prov/psm/src/psmx_init.c
+++ b/prov/psm/src/psmx_init.c
@@ -54,7 +54,7 @@ static void psmx_init_env(void)
 
 static int psmx_reserve_tag_bits(int *caps, uint64_t *max_tag_value)
 {
-	int reserved_bits = 0;
+	uint64_t reserved_bits = 0;
 	int ret_caps;
 	int ask_caps = *caps;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/libfabric.git



More information about the Pkg-ofed-commits mailing list