Closed
Description
Happens on both x64 and ARM64
/* static */
bool fx_ver_t::parse(const pal::string_t& ver, fx_ver_t* fx_ver, bool parse_only_production)
{
bool valid = parse_internal(ver, fx_ver, parse_only_production);
-> SIGABRT assert(!valid || fx_ver->as_str() == ver);
return valid;
}
Might be allocator confusion.
Metadata
Metadata
Assignees
Type
Projects
Status
No status