mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
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
|
||
|---|---|---|
| .. | ||
| console.c | ||
| init.c | ||
| Makefile | ||
| misc.c | ||
| printf.c | ||