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

2015-09-09 Thread David Miller
From: Sasha Levin Date: Tue, 8 Sep 2015 10:53:40 -0400 > There was no verification that an underlying transport exists when creating > a connection, this would cause dereferencing a NULL ptr. > > It might happen on sockets that weren't properly bound before attempting to > send a message, which

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

2015-09-08 Thread Sasha Levin
There was no verification that an underlying transport exists when creating a connection, this would cause dereferencing a NULL ptr. It might happen on sockets that weren't properly bound before attempting to send a message, which will cause a NULL ptr deref: [135546.047719] kasan: GPF could be c