mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 05:44:45 +01: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
|
||
|---|---|---|
| .. | ||
| prom | ||
| config.c | ||
| dvma.c | ||
| idprom.c | ||
| intersil.c | ||
| leds.c | ||
| Makefile | ||
| mmu_emu.c | ||
| sun3.h | ||
| sun3dvma.c | ||
| sun3ints.c | ||