SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
www/iridium/patches/patch-base_native_library_unittest_cc
Normal file
12
www/iridium/patches/patch-base_native_library_unittest_cc
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: base/native_library_unittest.cc
|
||||
--- base/native_library_unittest.cc.orig
|
||||
+++ base/native_library_unittest.cc
|
||||
@@ -134,7 +134,7 @@ TEST(NativeLibraryTest, LoadLibrary) {
|
||||
// versions with respect to symbol resolution scope.
|
||||
// TSan and MSan error out on RTLD_DEEPBIND, https://crbug.com/705255
|
||||
#if !BUILDFLAG(IS_ANDROID) && !defined(THREAD_SANITIZER) && \
|
||||
- !defined(MEMORY_SANITIZER)
|
||||
+ !defined(MEMORY_SANITIZER) && !BUILDFLAG(IS_BSD)
|
||||
|
||||
// Verifies that the |prefer_own_symbols| option satisfies its guarantee that
|
||||
// a loaded library will always prefer local symbol resolution before
|
Loading…
Add table
Add a link
Reference in a new issue