i9e: Fix braino in i9e_post_select().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 25 Jul 2022 21:20:11 +0000 (23:20 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 21 Aug 2022 15:12:55 +0000 (17:12 +0200)
commita707fa9f2906f932a7ae5ca516562fe6ff9f5bfa
tree4f0cc59a674a840b10c1038ad50d21aa464f7644
parentf56e7627e5fbde3705f9241e6bcaeafe8c123674
i9e: Fix braino in i9e_post_select().

Due to this bug we mishandled the case where the read() returns zero
to indicate EOF. In this case we stuffed a random character instead
of shutting down the i9e task.
interactive.c