mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
ubsan
This commit is contained in:
parent
c1d876f5fd
commit
20064c05ff
@ -399,7 +399,7 @@ bool UBSANMsg(const char *file, uint32_t line, uint32_t column)
|
|||||||
(line == 48 && column == 28))
|
(line == 48 && column == 28))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (strstr(file, "Task.cpp") && line > 900)
|
if (strstr(file, "Task.cpp") && line > 500)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
ubsan("\t\tIn File: %s:%i:%i", file, line, column);
|
ubsan("\t\tIn File: %s:%i:%i", file, line, column);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user