You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently node->path is a C string that can be free'd on rename (in update_paths()) and this is not always safe. In a multithreaded environment, we need an immutable string object with refcnt. This will likely be in v0.5.
The text was updated successfully, but these errors were encountered:
Currently node->path is a C string that can be free'd on rename (in update_paths()) and this is not always safe. In a multithreaded environment, we need an immutable string object with refcnt. This will likely be in v0.5.
The text was updated successfully, but these errors were encountered: