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 --- package/config/patches/series | 1 + 1 file changed, 1 insertion(+) (limited to 'package/config/patches/series') diff --git a/package/config/patches/series b/package/config/patches/series index defdf5899..098b082ca 100644 --- a/package/config/patches/series +++ b/package/config/patches/series @@ -9,3 +9,4 @@ 11-use-mktemp-for-lxdialog.patch 12-fix-glade-file-path.patch 14-support-out-of-tree-config.patch +15-use-PATH_MAX-for-path-buffer.patch -- cgit v1.2.3