[PATCH] opensm: Fixed pointer validity check in report_torus_changes()

2011-03-07 Thread Alex Netes
struct torus *nt should be checked for validity before getting assignments. Signed-off-by: Alex Netes ale...@mellanox.com --- opensm/osm_torus.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/opensm/osm_torus.c b/opensm/osm_torus.c index add3cf9..7a2c252 100644

Re: [PATCH] opensm: Fixed pointer validity check in report_torus_changes()

2011-03-07 Thread Jim Schutt
Hi Alex, On Mon, 2011-03-07 at 02:59 -0700, Alex Netes wrote: struct torus *nt should be checked for validity before getting assignments. Signed-off-by: Alex Netes ale...@mellanox.com --- opensm/osm_torus.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git