mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-06-15 07:00:20 +02:00
![]() lib/marker makes extensive uses of maps, but does not guard against concurrent accesses. Add two mutexes to ensure read and write access do not happen simultaneously. Changelog-fixed: Fixed an unguarded concurrent map access leading to crashes. Signed-off-by: Moritz Poldrack <git@moritz.sh> Tested-by: Terrance <srht@terrance.allofti.me> |
||
---|---|---|
.. | ||
marker.go | ||
marker_test.go |