roll: pigweed pw_containers: Fix OOB array access in wrapped_iterator example
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/237592
Original-Revision: aaa6103e386eacca267932d66987d99a8c36487a
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 49c68b83a009bf..aaa6103e386eac
Roller-URL: https://ci.chromium.org/b/8735903928455530209
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I0ca3fad1bf51d366181684b92fb4eec3bae10071
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/237594
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 497a283..f3bee74 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -50,8 +50,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-24.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735955676142359281.
- commit = "49c68b83a009bf14d2df21f4d62601e875ff198f",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735903928455530209.
+ commit = "aaa6103e386eacca267932d66987d99a8c36487a",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -59,8 +59,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-24.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735955676142359281.
- commit = "49c68b83a009bf14d2df21f4d62601e875ff198f",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735903928455530209.
+ commit = "aaa6103e386eacca267932d66987d99a8c36487a",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)