09c1114e71
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
18 lines
499 B
C++
18 lines
499 B
C++
--- base/strings/safe_sprintf_unittest.cc.orig 2022-07-22 17:30:31 UTC
|
|
+++ base/strings/safe_sprintf_unittest.cc
|
|
@@ -732,6 +732,7 @@ TEST(SafeSPrintfTest, EmbeddedNul) {
|
|
#endif
|
|
}
|
|
|
|
+#if !BUILDFLAG(IS_BSD)
|
|
TEST(SafeSPrintfTest, EmitNULL) {
|
|
char buf[40];
|
|
#if defined(__GNUC__)
|
|
@@ -748,6 +749,7 @@ TEST(SafeSPrintfTest, EmitNULL) {
|
|
#pragma GCC diagnostic pop
|
|
#endif
|
|
}
|
|
+#endif
|
|
|
|
TEST(SafeSPrintfTest, PointerSize) {
|
|
// The internal data representation is a 64bit value, independent of the
|