We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34944c1 + ac97606 commit 1d80711Copy full SHA for 1d80711
providers/rxe/rxe.c
@@ -578,7 +578,7 @@ static struct ibv_srq *rxe_create_srq(struct ibv_pd *ibpd,
578
struct rxe_srq *srq;
579
struct ibv_srq *ibsrq;
580
struct ibv_create_srq cmd;
581
- struct urxe_create_srq_resp resp;
+ struct urxe_create_srq_resp resp = {};
582
int ret;
583
584
srq = calloc(1, sizeof(*srq));
@@ -617,7 +617,7 @@ static struct ibv_srq *rxe_create_srq_ex(
617
618
619
struct ibv_create_xsrq cmd;
620
- struct urxe_create_srq_ex_resp resp;
+ struct urxe_create_srq_ex_resp resp = {};
621
622
623
0 commit comments