Avoid recursive call to ttywrite from ttyread
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Sat, 21 Nov 2015 17:21:03 +0000 (18:21 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Sat, 21 Nov 2015 17:21:03 +0000 (18:21 +0100)
Ttyread() calls to ttywrite, so if we check for reading before
that for writing in ttywrite we can get a circular call sequence.


No differences found