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
|
||
|---|---|---|
| .. | ||
| prom | ||
| config.c | ||
| dvma.c | ||
| idprom.c | ||
| intersil.c | ||
| leds.c | ||
| Makefile | ||
| mmu_emu.c | ||
| sun3.h | ||
| sun3dvma.c | ||
| sun3ints.c | ||