mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 13:36:43 +03: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