If the file has m_stream, it may not have a m_descriptor.
GetWaitableHandle() should call GetDescriptor(), which will call
fileno(), so it will get waitable descriptor whenever one is available.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 38376 Build 38375: arc lint + arc unit
Event Timeline
Comment Actions
Thanks for the fix. This sounds like it should be unit testable. Could add a test for that?
Please keep the list sorted.