The ending NULL is not taken into account by strncat(), so switch to
strlcat() to correctly compute the size of the available memory when
appending CONFIG_CMDLINE to 'early_cmdline'.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| cmdline_early.c | ||
| fdt_early.c | ||