commit | 982bc7d3f29bac737b151c12ec0a19ac516dc07b | [log] [tgz] |
---|---|---|
author | Ben <benlawson@google.com> | Wed Mar 26 07:18:05 2025 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 26 07:18:05 2025 -0700 |
tree | d59c8fb0a6648eaa70f09cf5ff786e28a2a1b079 | |
parent | 1e464ac2e81e0403ccfd95aa4bf6b21dba6c7cda [diff] |
pw_bluetooth_sapphire: Fix basic_mode_rx_engine_fuzzer Fix unbounded data size in basic_mode_rx_engine_fuzzer causing an assert failure in Fragmenter when the data size exceeded the max l2cap payload size. The max l2cap payload size precondition is already checked by the TxEngines. Bug: 406043346 Change-Id: Ia1748bbe4ef0e1502a94bfd90b8e6894582a2d50 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/278678 Reviewed-by: Josh Conner <joshconner@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com> Docs-Not-Needed: Ben Lawson <benlawson@google.com> Tests-Not-Needed: Ben Lawson <benlawson@google.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Pigweed-Auto-Submit: Ben Lawson <benlawson@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/.