aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/fs.lua
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2022-06-03 11:05:17 +0200
committerbfredl <bjorn.linse@gmail.com>2022-06-03 11:08:32 +0200
commit640c695a7b9e692f9e689782e91f95f326061fbe (patch)
tree83ba5ef7d4321460344d6ec0c985831732866249 /runtime/lua/vim/fs.lua
parent9745941ef620da86bf18f965f85e8fc2ce8206b5 (diff)
downloadrneovim-640c695a7b9e692f9e689782e91f95f326061fbe.tar.gz
rneovim-640c695a7b9e692f9e689782e91f95f326061fbe.tar.bz2
rneovim-640c695a7b9e692f9e689782e91f95f326061fbe.zip
fix(logging): make logmsg() thread-safe again
problem: data race when `recursive` is read outside of mutex by thread A while thread B has taken the mutex and modifies it. solution: use a recursive lock. ref #18764
Diffstat (limited to 'runtime/lua/vim/fs.lua')
0 files changed, 0 insertions, 0 deletions