[compiler-rt] [asan] Make frame number checks more flexable (PR #94307)

Hau Hsu via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 18:23:16 PDT 2024


================
@@ -23,7 +23,7 @@ int main(int argc, char **argv) {
   // CHECK: AddressSanitizer: heap-buffer-overflow
   // CHECK: #0 {{.*}}main {{.*}}strdup_oob_test.cpp:[[@LINE-2]]
   // CHECK-LABEL: allocated by thread T{{.*}} here:
-  // CHECK: #{{[01]}} {{.*}}strdup
+  // CHECK: #{{[0-9]}}+ {{.*}}strdup
----------------
hau-hsu wrote:

Yeah I had the same change locally but forgot to update the commit ...
Thanks

https://github.com/llvm/llvm-project/pull/94307


More information about the llvm-commits mailing list