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

Sean Perry via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 12 09:09:38 PDT 2026


https://github.com/perry-ca commented:

This function has code to grow the buffer if it isn't big enough.  Should the call to vsnprintf, when the buffer is being resized, make a copy of ap just like the first call to vsnprintf?

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


More information about the libcxx-commits mailing list