Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kconfig: sym_expand_string_value: allow for string termination when r…
…eallocing When expanding a parameterised string we may run out of space, this triggers a realloc. When computing the new allocation size we do not allow for the terminating '\0'. Allow for this when calculating the new length. Signed-off-by: Andy Whitcroft <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information