This commit is contained in:
Alex 2023-02-16 21:58:58 +02:00
parent c1d876f5fd
commit 20064c05ff
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -399,7 +399,7 @@ bool UBSANMsg(const char *file, uint32_t line, uint32_t column)
(line == 48 && column == 28))
return false;
if (strstr(file, "Task.cpp") && line > 900)
if (strstr(file, "Task.cpp") && line > 500)
return false;
ubsan("\t\tIn File: %s:%i:%i", file, line, column);