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 /CHANGES | |
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 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |