You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While no sane implementation should allow this, there is a possibility in the CompoundTag binary format for the same key to appear multiple times. If this occurs, the last tag will overwrite the previous ones, or potentially crash due to mismatched type.
This should be detected as data corruption and exceptions thrown appropriately instead.
The text was updated successfully, but these errors were encountered:
While no sane implementation should allow this, there is a possibility in the
CompoundTag
binary format for the same key to appear multiple times. If this occurs, the last tag will overwrite the previous ones, or potentially crash due to mismatched type.This should be detected as data corruption and exceptions thrown appropriately instead.
The text was updated successfully, but these errors were encountered: