mirror of
https://github.com/minio/minio.git
synced 2026-02-07 19:30:15 -05: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