manifoldco / promptui

Interactive prompt for command-line applications
https://www.manifold.co
BSD 3-Clause "New" or "Revised" License
6.03k stars 333 forks source link

Fix data race in prompt and select. #185

Open chabbimilind opened 3 years ago

chabbimilind commented 3 years ago

The cursor and screen buffers used in prompt.go and select.go are concurrently accessed. This causes a data race. Lock protecting the accesses to the Cursor and the screenbuffer eliminates the data race.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.