[PATCH] D54584: Add new interceptor for regex(3) in NetBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 3 17:40:38 PST 2018


krytarowski marked 2 inline comments as done.
krytarowski added inline comments.


================
Comment at: test/sanitizer_common/TestCases/NetBSD/regex.cc:15
+  else
+    errx(1, "regexec\n");
+}
----------------
vitalybuka wrote:
> asserts?
I've decided to go for abort() as it's always compiled-in.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D54584





More information about the llvm-commits mailing list