mirror of
https://github.com/minio/minio.git
synced 2025-01-15 08:45:00 -05:00
8d42f37e4b
These are needed checks for the functions to be un-crashable with any input given to `msgUnPath` (tested with fuzzing). Both conditions would result in a crash, which prevents that. Some additional upstream checks are needed. Fixes #20610