pub const MAX_SANITIZER_OPTIONS_NAME_SIZE: u16 = 32;
Expand description
Maximum length of a sanitizer options environment variable name.
sanitizer_options.name
must be something like “…SAN_OPTIONS”. The
longest name currently supported on Fuchsia is “UBSAN_OPTIONS”. The longest
currently supported on any platform is “HWASAN_OPTIONS”.