Files
swift-mirror/stdlib/public/runtime/ReflectionMirror.mm
Saleem Abdulrasool 37ee73cda9 runtime: correct the asprintf shim for Windows
Ensure that the string that is formed from the `asprintf` call is
null-terminated.  The `_vsnprintf` call will not null-terminate the
string if the length is not sufficient.
2020-07-14 20:03:17 -07:00

33 KiB