mirror of
https://github.com/minio/minio
synced 2024-11-05 17:34:01 +00:00
cf94d1f1f1
``` tmp = buf[want:] ``` Would potentially crash when `buf` is truncated for some reason and does not have the expected bytes, this is of course considered not normal and is an odd situation. But we do not need to crash here instead allow for errors to be returned and let callers handle the errors.
1 MiB
1 MiB