[libcxx-commits] [libcxx] [libc++][filesystem] Increase error message buffer size to prevent truncation (PR #203531)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 19 09:54:49 PDT 2026


https://github.com/ldionne commented:

> The existing fallback to dynamic allocation handles even longer messages if needed.

What I don't understand is why that dynamic fallback doesn't solve the problem in the first place? Does that fallback somehow not work on z/OS?

https://github.com/llvm/llvm-project/pull/203531


More information about the libcxx-commits mailing list