vsprintf() performs no bounds checking and can overflow - replace it
with the safer vsnprintf().
Also remove the useless '+ 1' that is a leftover of commit
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| console.c | ||
| init.c | ||
| misc.c | ||
| printf.c | ||
vsprintf() performs no bounds checking and can overflow - replace it
with the safer vsnprintf().
Also remove the useless '+ 1' that is a leftover of commit
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| console.c | ||
| init.c | ||
| misc.c | ||
| printf.c | ||