mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-02 19:09:19 +00:00
ubsan
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user