kconfig: Use PATH_MAX instead of 128 for path buffer sizes.
authorWill Newton <will.newton@gmail.com>
Wed, 22 Sep 2010 14:59:13 +0000 (15:59 +0100)
committerMichal Marek <mmarek@suse.cz>
Mon, 4 Oct 2010 13:40:04 +0000 (15:40 +0200)
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 <will.newton@imgtec.com>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>

No differences found