Home
last modified time | relevance | path

Searched hist:"020 e773f6b2e797a13d23723773ed1b3ba2c35dc" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dsymbol.cdiff 020e773f6b2e797a13d23723773ed1b3ba2c35dc Mon Nov 01 16:01:44 CDT 2010 Andy Whitcroft <apw@canonical.com> kconfig: sym_expand_string_value: allow for string termination when reallocing

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 <apw@canonical.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>