mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
The optimized version of xsgetn for basic_filebuf added in #165223 has an issue where if the reads come from both the buffer and the filesystem it returns the wrong number of characters. This patch should address the issue.