Xinqi Bao's Git

Avoid recursive call to ttywrite from ttyread
authorRoberto E. Vargas Caballero <[email protected]>
Sat, 21 Nov 2015 17:21:03 +0000 (18:21 +0100)
committerRoberto E. Vargas Caballero <[email protected]>
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