gvisor/pkg/sentry/fs/tty
Adin Scannell 115898e368 Prevent DATA RACE in UnstableAttr.
The slaveInodeOperations is currently copying the object when
truncate is called (which is a no-op). This may result in a
(unconsequential) data race when being modified concurrently.

PiperOrigin-RevId: 294484276
2020-02-11 11:38:08 -08:00
..
BUILD
dir.go
fs.go
line_discipline.go
master.go
queue.go
slave.go
terminal.go
tty_test.go