Re: [ 102/184] Bluetooth: fix possible info leak in

2013-06-07 Thread Willy Tarreau
On Fri, Jun 07, 2013 at 07:35:00AM +0100, Ben Hutchings wrote: > On Tue, 2013-06-04 at 19:23 +0200, Willy Tarreau wrote: > > 2.6.32-longterm review patch. If anyone has any objections, please let me > > know. > > > > -- > > bt_sock_recvmsg() > > > > From: Mathias Krause > > c

Re: [ 102/184] Bluetooth: fix possible info leak in

2013-06-06 Thread Ben Hutchings
On Tue, 2013-06-04 at 19:23 +0200, Willy Tarreau wrote: > 2.6.32-longterm review patch. If anyone has any objections, please let me > know. > > -- > bt_sock_recvmsg() > > From: Mathias Krause commit 4683f42fde3977bdb4e8a09622788cc8b5313778 upstream. > In case the socket is a

[ 102/184] Bluetooth: fix possible info leak in

2013-06-04 Thread Willy Tarreau
2.6.32-longterm review patch. If anyone has any objections, please let me know. -- bt_sock_recvmsg() From: Mathias Krause In case the socket is already shutting down, bt_sock_recvmsg() returns with 0 without updating msg_namelen leading to net/socket.c leaking the local, unini