agent v0.36.4: serialize AttachDrive/DetachDrive (no double-bind TOCTOU race)
A GuestBinder mutex prevents a concurrent reconnect + periodic reconcile from both passing isHostMountpoint and double-binding a stable path. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
All notable changes to **felhom-agent** are recorded here. Update on every code
|
||||
change that gets pushed.
|
||||
|
||||
## v0.36.4 — serialize AttachDrive/DetachDrive (no double-bind race) (2026-06-15)
|
||||
|
||||
A mutex on GuestBinder serializes AttachDrive/DetachDrive so a controller-triggered reconnect and the
|
||||
agent`s periodic reconcile can no longer both pass the isHostMountpoint check and double-bind the same
|
||||
stable path (a TOCTOU race observed live as 2 stacked binds during rapid eject/reconnect).
|
||||
|
||||
## v0.36.3 — DetachDrive loop-umounts stacked binds (2026-06-15)
|
||||
|
||||
DetachDrive now umounts ALL stacked binds at a stable path (bounded loop), not just one layer — so an
|
||||
|
||||
Reference in New Issue
Block a user