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 Update package locations. 2020-01-27 15:31:32 -08:00
dir.go Update package locations. 2020-01-27 15:31:32 -08:00
fs.go Update package locations. 2020-01-27 15:31:32 -08:00
line_discipline.go Update package locations. 2020-01-27 15:31:32 -08:00
master.go Update package locations. 2020-01-27 15:31:32 -08:00
queue.go Update package locations. 2020-01-27 15:31:32 -08:00
slave.go Prevent DATA RACE in UnstableAttr. 2020-02-11 11:38:08 -08:00
terminal.go Update package locations. 2020-01-27 15:31:32 -08:00
tty_test.go Update package locations. 2020-01-27 15:31:32 -08:00