do not crash readXLMetaNoData - if the xl.meta has incorrect content (#14538)
``` 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.
This commit is contained in:
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user