config: fix crash with too long paths
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 7 Nov 2010 18:52:13 +0000 (19:52 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 7 Nov 2010 18:52:13 +0000 (19:52 +0100)
commit937367785a568d1b683b1e31b8ad9bdbe0cb607b
tree33c23e37cfcd264c0e88a9b1b78c0e0dfaf7fc2c
parent24c9f8ca706e57dc3ccfd908c54961fb67bd3854
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>
CHANGES
package/config/confdata.c
package/config/patches/15-use-PATH_MAX-for-path-buffer.patch [new file with mode: 0644]
package/config/patches/series