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
Describe the issue
Some calls to _regularfile_getOSBackedFD checked for zero result, but the actual bad value is -1/OSFILE_INVALID, and 0 is a valid file descriptor.
Someone should verify if such calls still exists and fix them.