mirror of
https://github.com/minio/minio.git
synced 2025-03-11 20:20:09 -04:00
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