Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965099AbbLOQgI (ORCPT ); Tue, 15 Dec 2015 11:36:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49042 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964953AbbLOQgG (ORCPT ); Tue, 15 Dec 2015 11:36:06 -0500 Date: Tue, 15 Dec 2015 14:36:04 -0200 From: "Herton R. Krzesinski" To: Peter Hurley Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Jiri Slaby Subject: Re: pty: fix use after free/oops at pty_unix98_shutdown Message-ID: <20151215163604.GA20334@dhcppc10.redhat.com> References: <1450150179-20925-1-git-send-email-herton@redhat.com> <56703D34.7020106@hurleysoftware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56703D34.7020106@hurleysoftware.com> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1187 Lines: 30 On Tue, Dec 15, 2015 at 08:17:56AM -0800, Peter Hurley wrote: > > I also expect in a rare case where all ptmx references are gone/closed, this also > > could happen on final close when the master tty is given to pty_unix98_shutdown. > > This logic I'm not following. If the pty master is being released, then the inode > is valid for the release() operation in-progress. Hi Peter, yes, you're right if you are eg. closing the /dev/ptmx or /dev/pts/ptmx file previously opened. But I thought and refer above to the case where for example you are closing /dev/tty and that's the final close and there is no other process in the system with the /dev/{,*/}ptmx opened, the inode which referenced the previously opened ptmx could be gone. It would be rare though since in a running system any logged in user eg. through ssh or with a terminal open in X will have at least a ptmx device opened. > > Regards, > Peter Hurley > -- []'s Herton -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/