Skip to content

Release v11.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 18:44
3f7149e

UTF8-aware functions for Windows to make cross-platform easier

Changes

  • Don't define __MSVCRT_VERSION__ version to fix compatibility with ucrt

From 11.1.1 tag:

  • Fix discarding of characters for text file streams when seek or sync functions are used and newlines were converted (e.g. on Windows)
  • Fix potential use-after-free bug when reusing (via open) a file stream that has been closed
  • Fix potential invalid memory access when using a file stream that has been moved or swapped to where the source had a put-back character or was set to unbuffered mode
  • Known issues: Read performance for text files is degraded. Binary files and writing is unaffected.