mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
ptrace: drop old FIXME
The globalPool uses a sync.Once mechanism for initialization, and no cleanup is strictly required. It's not really feasible to have the platform implement a full creation -> destruction cycle (due to the way filters are assumed to be installed), so drop the FIXME. PiperOrigin-RevId: 236385278 Change-Id: I98ac660ed58cc688d8a07147d16074a3e8181314
This commit is contained in:
@@ -38,8 +38,6 @@
|
||||
// The requested operation is performed in the traced subprocess thread
|
||||
// (e.g. set registers, execute, return).
|
||||
//
|
||||
// FIXME: This package is currently sloppy with cleanup.
|
||||
//
|
||||
// Lock order:
|
||||
//
|
||||
// subprocess.mu
|
||||
|
||||
Reference in New Issue
Block a user