diff options
| author | yangwei <[email protected]> | 2024-11-11 17:48:31 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-11-11 18:29:12 +0800 |
| commit | e9d67637421ab46a90c137275e89ff492c7c70a3 (patch) | |
| tree | e5d07bcfb4adb816cac37d3e62ef6a50a21db5c4 /vendor/gtest-death-test.cc.patch | |
| parent | 357179dd15ed1ab0eea73099a1c506f9c85d7f40 (diff) | |
🐎 ci(add aarch64 jobs): aarch64 + el9v3.1.2develop-3.0
Diffstat (limited to 'vendor/gtest-death-test.cc.patch')
| -rw-r--r-- | vendor/gtest-death-test.cc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/gtest-death-test.cc.patch b/vendor/gtest-death-test.cc.patch new file mode 100644 index 0000000..476981a --- /dev/null +++ b/vendor/gtest-death-test.cc.patch @@ -0,0 +1,11 @@ +--- a/googletest/src/gtest-death-test.cc.origin 2024-11-11 16:21:17.365946156 +0800 ++++ b/googletest/src/gtest-death-test.cc 2024-11-11 16:21:31.656137890 +0800 +@@ -1296,7 +1296,7 @@ + GTEST_ATTRIBUTE_NO_SANITIZE_ADDRESS_ + GTEST_ATTRIBUTE_NO_SANITIZE_HWADDRESS_ + static bool StackGrowsDown() { +- int dummy; ++ int dummy=0; + bool result; + StackLowerThanAddress(&dummy, &result); + return result; |
