Constant minidump_common::format::MAC_CRASH_INFO_STRING_MAX_SIZE

source ยท
pub const MAC_CRASH_INFO_STRING_MAX_SIZE: usize = 8192;
Expand description

The maximum supported size of a C-string in MINIDUMP_MAC_CRASH_INFO_RECORD.

Assume the stream is corrupted if a string is longer than this.