Summary: | [libstand] ngets shall exit on EOF | ||
---|---|---|---|
Product: | Base System | Reporter: | Ivan Krivonos <int0dster> |
Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | allanjude, bdrewery, gonzo, int0dster |
Priority: | --- | Keywords: | patch |
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any |
Description
Ivan Krivonos
2015-03-19 14:14:44 UTC
Can you show an example of what you're doing with bhyve? When I try to pipe input in the vm just exits on the EOF. A commit references this bug: Author: kevans Date: Thu Aug 9 02:55:48 UTC 2018 New revision: 337523 URL: https://svnweb.freebsd.org/changeset/base/337523 Log: libsa: exit on EOF in ngets It was possible in some rare circumstances for ngets to behave terribly with bhyveload and some form of redirecting user input over a pipe. PR: 198706 Submitted by: Ivan Krivonos <int0dster@gmail.com> MFC after: 1 week Changes: head/stand/libsa/gets.c A commit references this bug: Author: kevans Date: Mon Aug 20 00:49:06 UTC 2018 New revision: 338077 URL: https://svnweb.freebsd.org/changeset/base/338077 Log: MFC r337523: libsa: exit on EOF in ngets It was possible in some rare circumstances for ngets to behave terribly with bhyveload and some form of redirecting user input over a pipe. PR: 198706 Changes: _U stable/11/ stable/11/stand/libsa/gets.c There is a commit referencing this PR, but it's still not closed and has been inactive for some time. Closing the PR as fixed but feel free to re-open it if the issue hasn't been completely resolved. Thanks |