[PATCH] D54927: Add interceptors for the sha1(3) from NetBSD

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 7 16:00:53 PST 2018


vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.


================
Comment at: test/sanitizer_common/TestCases/NetBSD/sha1.cc:133
+
+void test10() {
+  uint8_t entropy[] = { 0x11, 0x22, 0x33, 0x44, 0x55, 0x66 };
----------------
better names would be nice.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D54927





More information about the llvm-commits mailing list