1
0
mirror of https://github.com/minio/minio.git synced 2025-03-24 22:44:16 -04:00
Klaus Post de6c286258
Allocate more buffer ()
The documentation states that `nVolumeNameSize` and `nFileSystemNameSize` are:

> The length of a volume name buffer, in TCHARs. The maximum buffer size is MAX_PATH+1.

It seems like we allocated too little for them before, so expand it to 260 wchars.
2020-05-26 12:35:40 -07:00
..
2020-05-26 12:35:40 -07:00