This is a a fix for:
https://bugs.llvm.org/show_bug.cgi?id=35996
Use filename limits from system headers to be synchronized with what LD_PRELOAD can handle.
Passed regression tests on x86_64 without regressions.
Differential D42900
[asan] Fix filename size on linux platforms. yroux on Feb 5 2018, 1:37 AM. Authored by
Details
This is a a fix for: Use filename limits from system headers to be synchronized with what LD_PRELOAD can handle. Passed regression tests on x86_64 without regressions.
Diff Detail Event Timeline
Comment Actions Yvan, please go ahead and commit. I'd like this included in llvm-6.0.0-rc2, which I'd like to get out today. Comment Actions Sorry for the delay Hans (I was off today) Hope it is not too late to include it in rc2. |
please use PATH_MAX from <limits.h>