From: Nicolas François Date: Mon, 19 Aug 2013 23:50:17 +0000 (+0200) Subject: Add a FIXME X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b5fc6a0dbc3c9f808cd30e9144bb3f77d0127e9e;p=thirdparty%2Fshadow.git Add a FIXME --- diff --git a/src/su.c b/src/su.c index b71f3a569..c65ace78c 100644 --- a/src/su.c +++ b/src/su.c @@ -524,6 +524,9 @@ static void handle_session (void) if ( (bytes_r > 0) && (write (fd_ptmx, trbuf, bytes_r) != bytes_r)) { if (errno == EINTR || errno == EIO) { + /* FIXME: are we + * loosing some + * bytes here? */ continue; } fprintf (stderr, _("%s: Failure in writing to session\r\n"), Prog);