[PATCH] D54702: Add interceptors for the strtoi(3)/strtou(3) from NetBSD

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 7 13:21:45 PST 2018


vitalybuka added inline comments.


================
Comment at: test/sanitizer_common/TestCases/NetBSD/strtoi.cc:70
+  test_strtoi1();
+  test_strtoi2();
+  test_strtoi3();
----------------
could you please make a single test function with arguments
now they are almost identical


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54702/new/

https://reviews.llvm.org/D54702





More information about the llvm-commits mailing list