]> git.corax.cc Git - corax/commit
libc, kernel/klibc: Fix bug in snprintf() that would cause the wrong string length...
authorMatthias Kruk <m@m10k.eu>
Sun, 26 Jul 2020 08:12:19 +0000 (17:12 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 26 Jul 2020 08:12:19 +0000 (17:12 +0900)
commit0751d99a3ea7ac81e9ce109c7babc9fa6ae64cad
tree66bf436a4a1efd870a8978a247e0456c6f41326f
parent0a5eb7fd51eb70745b738b6b7db545b873a5f04c
libc, kernel/klibc: Fix bug in snprintf() that would cause the wrong string length to be compied for %s formats under certain circumstances
kernel/klibc/stdio.c
libc/stdio.c