Re: [PATCH] opensm/osm_switch.c: In switch_find_guid_common, handle NULL parameter

2011-06-03 Thread Alex Netes
On 20:40 Thu 02 Jun , Hal Rosenstock wrote: > > Since port->priv can be NULL, struct osm_remote_guids_count * supplied > can be NULL so handle this. > > Signed-off-by: Hal Rosenstock > --- Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body

[PATCH] opensm/osm_switch.c: In switch_find_guid_common, handle NULL parameter

2011-06-02 Thread Hal Rosenstock
Since port->priv can be NULL, struct osm_remote_guids_count * supplied can be NULL so handle this. Signed-off-by: Hal Rosenstock --- diff --git a/opensm/osm_switch.c b/opensm/osm_switch.c index 9785a9d..fbb8292 100644 --- a/opensm/osm_switch.c +++ b/opensm/osm_switch.c @@ -1,6 +1,6 @@ /* * Co