From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johan Hovold Subject: Re: [PATCH 3/7] NFC: nfcmrvl: do not use device-managed resources Date: Wed, 29 Mar 2017 22:44:40 +0200 Message-ID: <20170329204440.GF15708@localhost> References: <20170329162112.18121-1-johan@kernel.org> <20170329162112.18121-4-johan@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Johan Hovold , stable , Vincent Cuissard To: Lauro Ramos Venancio , Aloisio Almeida Jr , Samuel Ortiz Return-path: Content-Disposition: inline In-Reply-To: <20170329162112.18121-4-johan-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On Wed, Mar 29, 2017 at 06:21:08PM +0200, Johan Hovold wrote: > This specifically fixes a NULL-pointer dereference when using the n_nci > line discipline on one end of a Unix98 pty as well as resource leaks in > the registration error paths. I noticed I forgot to actually fix up the error paths, so will send a v2 tomorrow. Johan