mirror of https://github.com/torvalds/linux.git
strcpy() is deprecated; use strscpy_pad() instead. strscpy_pad() already copies the source strings and zero-pads the tail of the destination buffers, making the explicit initializations to zero redundant. Remove them to ensure the buffers are only written to once. No functional changes intended. Link: https://github.com/KSPP/linux/issues/88 Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| Platform | ||
| boardinfo.c | ||
| cop2-ex.c | ||
| cpucfg-emul.c | ||
| dma.c | ||
| env.c | ||
| hpet.c | ||
| init.c | ||
| numa.c | ||
| pm.c | ||
| reset.c | ||
| setup.c | ||
| sleeper.S | ||
| smp.c | ||
| smp.h | ||
| time.c | ||
| vbios_quirk.c | ||