From 937367785a568d1b683b1e31b8ad9bdbe0cb607b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 7 Nov 2010 19:52:13 +0100 Subject: config: fix crash with too long paths Closes #2737 Use PATH_MAX rather that 128 for path buffers. Patch from kernel 1408b15b98 (kconfig: Use PATH_MAX instead of 128 for path buffer sizes) by Will Newton. Signed-off-by: Peter Korsgaard --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 88e061c89..3c7b32648 100644 --- a/CHANGES +++ b/CHANGES @@ -78,6 +78,7 @@ #2581: libmms: Update to 0.6, and patch to work on architectures... #2707: Can't compile linux kernel using buildroot + crosstool-ng #2731: Build order + #2737: buildroot configuration tool crashing when the path exceeds... #2767: Build for lsof broken in buildroot-2010.08 2010.08: Released August 31th, 2010: -- cgit v1.2.3-55-g7522