mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
If the IOChannel has already freed out its m_driver member, and there's still a character to be read/written (that is, the ^D character), just skip that char instead of trying to write through a null object pointer. llvm-svn: 137421