DataDog / glommio

Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans.
Other
3.06k stars 162 forks source link

Statx is invoked on path instead of fd #648

Closed vlovich closed 5 months ago

vlovich commented 5 months ago

As title says, it looks like the statx call is done on the path instead of the fd directly. This opens up race conditions & breaks the state reported for O_TMPFILE because the directory stat is returned instead of the unnamed file.