[libcxx-commits] [PATCH] D59727: [libc++] Fix return value of snprintf_l() on Windows when buffer is too small

Tom Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 26 12:48:35 PDT 2019


thomasanderson added a comment.

Removed `!defined(__MINGW32__)` in the latest patch. Thanks @smeenai and @mstorsjo !  Going to land with that latest change.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59727/new/

https://reviews.llvm.org/D59727





More information about the libcxx-commits mailing list