From: Hal Rosenstock <hal-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
To: "linux-rdma
(linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)"
<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: Jens Domke <domke.j.aa@m.titech.ac.jp>,
Ammar Haj Hamad <AHamad-DMD6N21cJuFWk0Htik3J/w@public.gmane.org>
Subject: [PATCH] opensm: fix dfsssp uninitialized value
Date: Mon, 25 Mar 2013 08:08:05 -0400 [thread overview]
Message-ID: <51503E25.4000608@dev.mellanox.co.il> (raw)
>From 032d4100467cb1b3e1ed5dc81911aaa704f709dc Mon Sep 17 00:00:00 2001
From: Ammar Haj Hamad <AHamad-DMD6N21cJuFWk0Htik3J/w@public.gmane.org>
Date: Mon, 25 Mar 2013 12:41:35 +0200
Subject: [PATCH] opensm: fix dfsssp uninitialized value
in dfsssp_context_create dfsssp_ctx->adj_list_size is not initialized.
and might cause segmentation fault when destroying the routing engine.
Signed-off-by: Ammar Haj Hamad <AHamad-DMD6N21cJuFWk0Htik3J/w@public.gmane.org>
---
opensm/osm_ucast_dfsssp.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opensm/osm_ucast_dfsssp.c b/opensm/osm_ucast_dfsssp.c
index 803d0e1..01ad03b 100644
--- a/opensm/osm_ucast_dfsssp.c
+++ b/opensm/osm_ucast_dfsssp.c
@@ -2240,6 +2240,7 @@ static dfsssp_context_t *dfsssp_context_create(osm_opensm_t * p_osm,
dfsssp_ctx->routing_type = routing_type;
dfsssp_ctx->p_mgr = (osm_ucast_mgr_t *) & (p_osm->sm.ucast_mgr);
dfsssp_ctx->adj_list = NULL;
+ dfsssp_ctx->adj_list_size = 0;
dfsssp_ctx->srcdest2vl_table = NULL;
} else {
OSM_LOG(p_osm->sm.ucast_mgr.p_log, OSM_LOG_ERROR,
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
reply other threads:[~2013-03-25 12:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51503E25.4000608@dev.mellanox.co.il \
--to=hal-ldsdmyg8hgv8yrgs2mwiifqbs+8scbdb@public.gmane.org \
--cc=AHamad-DMD6N21cJuFWk0Htik3J/w@public.gmane.org \
--cc=domke.j.aa@m.titech.ac.jp \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox