The binary plist tries to allocate a slice of arbitrary size and if it fails it tries to recover. But that doesn't actually work. Setting 4<<20 (4 * 1024 * 1024) as an arbitrary limit until the binary parser is updated with better logic.
The binary plist tries to allocate a slice of arbitrary size and if it fails it tries to recover. But that doesn't actually work.
Setting 4<<20 (4 * 1024 * 1024) as an arbitrary limit until the binary parser is updated with better logic.