summaryrefslogtreecommitdiff
path: root/package/config/patches/series
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-11-07 19:52:13 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-11-07 19:52:13 +0100
commit937367785a568d1b683b1e31b8ad9bdbe0cb607b (patch)
tree33c23e37cfcd264c0e88a9b1b78c0e0dfaf7fc2c /package/config/patches/series
parent24c9f8ca706e57dc3ccfd908c54961fb67bd3854 (diff)
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 <jacmet@sunsite.dk>
Diffstat (limited to 'package/config/patches/series')
-rw-r--r--package/config/patches/series1
1 files changed, 1 insertions, 0 deletions
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