[libcxx-commits] [libcxx] [llvm] [XRay] Add bounds check before memcpy in readBinaryFormatHeader (PR #178499)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 2 07:18:47 PST 2026


================
@@ -12,8 +12,8 @@
 # LLVM monorepo, and we make it a no-op unless the libc++ pipeline needs to be triggered.
 #
 
-# Set by buildkite
-: ${BUILDKITE_PULL_REQUEST_BASE_BRANCH:=}
+# Set by buildkite (may be unset for cross-fork PRs)
+: ${BUILDKITE_PULL_REQUEST_BASE_BRANCH:=main}
----------------
dive2tech wrote:

But If I remain the code old version, AI bot (buildkite/libcxx-ci ) makes my code fail.The problem is that if I keep the old version of the code, the buildkite/libcxx-ci bot makes the build fail.

https://github.com/llvm/llvm-project/pull/178499


More information about the libcxx-commits mailing list