From 20064c05ffc2d9bfcc5986585e0b77b6cf94b913 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 16 Feb 2023 21:58:58 +0200 Subject: [PATCH] ubsan --- Core/UndefinedBehaviorSanitization.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/UndefinedBehaviorSanitization.c b/Core/UndefinedBehaviorSanitization.c index ea11d9f..7c8856a 100644 --- a/Core/UndefinedBehaviorSanitization.c +++ b/Core/UndefinedBehaviorSanitization.c @@ -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);