diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-07 19:52:13 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-07 19:52:13 +0100 |
commit | 937367785a568d1b683b1e31b8ad9bdbe0cb607b (patch) | |
tree | 33c23e37cfcd264c0e88a9b1b78c0e0dfaf7fc2c /package/config/patches/series | |
parent | 24c9f8ca706e57dc3ccfd908c54961fb67bd3854 (diff) | |
download | buildroot-novena-937367785a568d1b683b1e31b8ad9bdbe0cb607b.tar.gz buildroot-novena-937367785a568d1b683b1e31b8ad9bdbe0cb607b.zip |
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/series | 1 |
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 |