Skip to content

v1.1.9: fix(anchor): guard style write in Lot.Close with lock

Latest

Choose a tag to compare

@streambinder streambinder released this 21 Aug 13:48
· 3 commits to master since this release
Close mutates style without holding window lock while Print iterates
all lots and reads style in write, causing race in TestCmdSync.
Hold lock for style mutation so read and write are serialized.

Closes race detected in CI.