commit | 39dfa9577953ec9b544dbc22c84a42fdbf2d8f9c | [log] [tgz] |
---|---|---|
author | David Rees <drees@google.com> | Thu Mar 13 14:51:26 2025 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 13 14:51:26 2025 -0700 |
tree | 2ae1214dd1a1a79ba82d21b1c077981bb33af9b4 | |
parent | f64b9514481caa14964035740f0645bcc371138e [diff] |
pw_bluetooth_proxy: Fix msan issue in H4BufferReleaseTriggersQueueDrain Caused by issues in pw Vector - b/403330161. So for now switching from pw Vector to std::vector fixes the use-of-uninitialized-value. Fixes msan issue https://paste.googleplex.com/6157180448014336 in L2capCocQueueTest.H4BufferReleaseTriggersQueueDrain. Bug: 402543431 Change-Id: If3907a38b979684c52ac9582f56163028c82f526 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/274994 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: David Rees <drees@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Docs-Not-Needed: David Rees <drees@google.com> Reviewed-by: Austin Foxley <afoxley@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.