]> git.ipfire.org Git - thirdparty/krb5.git/commit
Disable stdin buffering in libss dummy readline 854/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 3 Oct 2018 22:45:56 +0000 (18:45 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 4 Oct 2018 15:59:42 +0000 (11:59 -0400)
commit64eece071583f52b0eca8285848ab2746c14a769
treea81b8d2ea72296632ce1409b516b555bd2fd13b9
parent07d9f95e433cf59674faedf1121fe810ab3683c7
Disable stdin buffering in libss dummy readline

readline() is careful not to read more bytes from fd 0 than it has to.
Do the same in the dummy libss readline() by disabling stdin
buffering.

ticket: 8745
src/util/ss/listen.c