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
This is a big problem virtionfs needs to execute asynchronous handshake requests in the init.
Currently it just sends the INIT FUSE completion before those are done. This can result in race conditions on boot.
An attempt to fix this was made in this commit, however this made random operations randomly break. Seems there is some timeout on FUSE:init or that commit was triggering UB.
The text was updated successfully, but these errors were encountered:
This is a big problem
virtionfs
needs to execute asynchronous handshake requests in the init.Currently it just sends the INIT FUSE completion before those are done. This can result in race conditions on boot.
An attempt to fix this was made in this commit, however this made random operations randomly break. Seems there is some timeout on FUSE:init or that commit was triggering UB.
The text was updated successfully, but these errors were encountered: