From: Will Newton Date: Wed, 22 Sep 2010 14:59:13 +0000 (+0100) Subject: kconfig: Use PATH_MAX instead of 128 for path buffer sizes. X-Git-Tag: v2.6.37-rc1~51^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1408b15b98635a13bad2e2a50b3c2ae2ccdf625b;p=pandora-kernel.git kconfig: Use PATH_MAX instead of 128 for path buffer sizes. This prevents the buffers being overflowed when using a config file with a long name. PATH_MAX is used elsewhere in the same file, so use it here as well. Signed-off-by: Will Newton Acked-by: WANG Cong Signed-off-by: Michal Marek --- Reading git-diff-tree failed