git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f6fa0
)
TTY: ntty, add one more sanity check
author
Jiri Slaby
<jslaby@suse.cz>
Sun, 5 Jun 2011 12:16:17 +0000
(14:16 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 7 Jun 2011 17:36:47 +0000
(10:36 -0700)
With the previous patch, we fixed another bug where read_buf was freed
while we still was in n_tty_read. We currently check whether read_buf
is NULL at the start of the function. Add one more check after we wake
up from waiting for input.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/n_tty.c
patch
|
blob
|
history
diff --cc
drivers/tty/n_tty.c
Simple merge