mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix EOF (^D) handling in devpts (partially addr #9333)
This commit is contained in:
@@ -36,7 +36,7 @@ const waitBufMaxBytes = 131072
|
||||
// full, at which point they are written to the wait buffer. Bytes are
|
||||
// processed (i.e. undergo termios transformations) as they are added to the
|
||||
// read buffer. The read buffer is readable when its length is nonzero and
|
||||
// readable is true.
|
||||
// readable is true, or when its length is zero and readable is true (EOF).
|
||||
//
|
||||
// +stateify savable
|
||||
type queue struct {
|
||||
|
||||
Reference in New Issue
Block a user