diff options
Diffstat (limited to 'devel/electron38/files/patch-base_strings_safe__sprintf__unittest.cc')
-rw-r--r-- | devel/electron38/files/patch-base_strings_safe__sprintf__unittest.cc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-base_strings_safe__sprintf__unittest.cc b/devel/electron38/files/patch-base_strings_safe__sprintf__unittest.cc new file mode 100644 index 000000000000..d2f7a54266a9 --- /dev/null +++ b/devel/electron38/files/patch-base_strings_safe__sprintf__unittest.cc @@ -0,0 +1,18 @@ +--- base/strings/safe_sprintf_unittest.cc.orig 2025-06-30 07:04:30 UTC ++++ base/strings/safe_sprintf_unittest.cc +@@ -746,6 +746,7 @@ TEST(SafeSPrintfTest, EmbeddedNul) { + #endif + } + ++#if !BUILDFLAG(IS_BSD) + TEST(SafeSPrintfTest, EmitNULL) { + char buf[40]; + #if defined(__GNUC__) +@@ -762,6 +763,7 @@ TEST(SafeSPrintfTest, EmitNULL) { + #pragma GCC diagnostic pop + #endif + } ++#endif + + TEST(SafeSPrintfTest, PointerSize) { + // The internal data representation is a 64bit value, independent of the |