mirror of
https://github.com/minio/minio.git
synced 2025-01-23 12:43:16 -05:00
7d79c723e5
When running a zoned setup simply uploading will run the system out of memory very fast. Root cause: nFileSystemNameSize is a DWORD and not a pointer. No idea how this didn't crash hard. Furthermore replace poor mans utf16 -> string conversion to support arbitrary output. Fixes #9630