Re: [PATCH] RDS: verify the underlying transport exists before creating a connection

2015-09-04 Thread santosh.shilim...@oracle.com
On 9/4/15 12:44 PM, Sasha Levin wrote: On 09/04/2015 01:32 PM, santosh shilimkar wrote: Sasha, On 9/4/2015 9:43 AM, Sasha Levin wrote: There was no verification that an underlying transport exists when creating a connection, this would cause dereferencing a NULL ptr. Signed-off-by: Sasha Lev

Re: [PATCH] RDS: verify the underlying transport exists before creating a connection

2015-09-04 Thread Sergei Shtylyov
Hello. On 09/04/2015 07:43 PM, Sasha Levin wrote: There was no verification that an underlying transport exists when creating a connection, this would cause dereferencing a NULL ptr. Signed-off-by: Sasha Levin --- net/rds/connection.c |6 ++ 1 file changed, 6 insertions(+) diff --

Re: [PATCH] RDS: verify the underlying transport exists before creating a connection

2015-09-04 Thread Sasha Levin
On 09/04/2015 01:32 PM, santosh shilimkar wrote: > Sasha, > > On 9/4/2015 9:43 AM, Sasha Levin wrote: >> There was no verification that an underlying transport exists when creating >> a connection, this would cause dereferencing a NULL ptr. >> >> Signed-off-by: Sasha Levin >> --- >> net/rds/con

Re: [PATCH] RDS: verify the underlying transport exists before creating a connection

2015-09-04 Thread santosh shilimkar
Sasha, On 9/4/2015 9:43 AM, Sasha Levin wrote: There was no verification that an underlying transport exists when creating a connection, this would cause dereferencing a NULL ptr. Signed-off-by: Sasha Levin --- net/rds/connection.c |6 ++ 1 file changed, 6 insertions(+) diff --git

[PATCH] RDS: verify the underlying transport exists before creating a connection

2015-09-04 Thread Sasha Levin
There was no verification that an underlying transport exists when creating a connection, this would cause dereferencing a NULL ptr. Signed-off-by: Sasha Levin --- net/rds/connection.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/net/rds/connection.c b/net/rds/connection.c index