Macmod / godap

A complete TUI for LDAP.
MIT License
378 stars 20 forks source link

Multiple data races due to improper handling of tview primitives #13

Closed Macmod closed 2 months ago

Macmod commented 2 months ago

There are multiple data races involving access to tview primitives in ace.go, dacl.go, dns.go, explorer.go, gpo.go, search.go, tree.go and main.go (as far as I could check).

These should be fixable following the tips at tview's page on Concurrency.

Macmod commented 2 months ago

I'll close this for now as after last commit the main data races seemed to have gone away.