3.1.1
- Replaced the internal
strlen()
function by its secure versionstrnlen_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