Searched hist:b40997b872cdb70140f127af6069f00a86b6cf81 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/um/drivers/ |
H A D | xterm.c | diff b40997b872cdb70140f127af6069f00a86b6cf81 Wed Sep 14 18:21:20 CDT 2011 Jonathan Neuschäfer <j.neuschaefer@gmx.net> um: drivers/xterm.c: fix a file descriptor leak
I could use out_close1, but that seems to be the code path to close the fd returned by os_create_unix_socket, and using it to close the fd returned by mkstemp might lead to some confusion, so I don't do it.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|