From: Christophe Jaillet Date: Sun, 18 May 2008 21:10:24 +0000 (+0200) Subject: kconfig: incorrect 'len' field initialisation ? X-Git-Tag: v2.6.26-rc4~124^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=107f43a0f7282511ec570214a0b8f639224ff525;p=pandora-kernel.git kconfig: incorrect 'len' field initialisation ? 1) The field 'len' of the 'gstr' structure seems to track the size of the memory already allocated for the "growable string". So the value of this field should be the same as the 'malloc()' just above, shouldn't it ? Signed-off-by: Christophe Jaillet Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed