|
Leo Razoumov wrote: > > Simple patch below fixed the problem for me. > > @@ -275,7 +275,7 @@ static int lfs_lock_dir(lua_State *L) { >... It fixes the compilation problem but that function is still broken (racy, busy looping, potentional fd and mem leak, strange algorithm).