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
Summary: Implemented UserFile file descriptor casting by calling user defined function streamWrapper::stream_cast(int). Also in the function which converts File* to file descriptor, checks whether the casting function fd() returns -1, raise warning if so. Finally after all the castings for read / write / except array are done, check whether any file descriptors are successfully casted, if not, raise warning and return false.
Passing vfsstream selectStream test.
Closes#4320
Reviewed By: @JoelMarcey
Differential Revision: D1700515
Signature: t1:1700515:1417906904:ef75237addf5559d512ae99d959a2a7df9a3b304
0 commit comments