Skip to content

3.1.1

Compare
Choose a tag to compare
@mpaland mpaland released this 05 Dec 17:31
· 28 commits to master since this release
  • Replaced the internal strlen() function by its secure version strnlen_s(). So a non-terminated string would not cause a format like "%.4s" to hang now.
    Thanks a lot to @cz7asm for bringing this to attention and creating a PR.
  • Added more test cases