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
There's a comment in std::tempfile::mkdtemp that says "FIXME: u+rwx". I assume the idea here is to set the r, w and x bits for U to 1 and leave other bits unchanged from the default, rather than setting the permissions for the new directory to a fixed bit pattern. But I don't really know the details of how permissions bits work, so I'm filing this.