From 335adde689150d2fcf4df3cb26a6fc6740ed1f3e Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 13 Oct 2008 10:43:48 +0100 Subject: [PATCH] pty: Fix allocation failure double free The updating and moving around of the pty code added a bug where both the helper and caller free the main tty struct (the pty driver must free the o_tty pair itself however). Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-format-patch failed