Livejournal
Log in
Post
Friends
My journal
ddzhan
Строчки на память
Aug 27, 2020 14:13
#ifndef PTY_ZEROREAD
if (len <= 0) {
#else
if ((!c->isatty && len <= 0) ||
(c->isatty && (len < 0 || (len == 0 && errno != 0)))) {
#endif
openssh
Leave a comment
Read comments 1
Previous post
Next post
Up