roll: third_party/pigweed pw_bluetooth_sapphire: Fix buffer overflow in advertising data
This change fixes a buffer overflow found by asan. When running tests,
I received the following output:
```
[ RUN ] AdvertisingDataTest.CopyLeavesNoRemnants
=================================================================
==54572==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x00016f089508 at pc 0x00010163231c bp 0x00016f088ff0 sp 0x00016f088788
READ of size 16 at 0x00016f089508 thread T0
#0 0x000101632318 in MemcmpInterceptorCommon(void*, int (*)(void const*, void const*, unsigned long), void const*, void const*, unsigned long)+0x688 (libclang_rt.asan_osx_dynamic.dylib:arm64+0x1a318)
#1 0x0001016325dc in memcmp+0x54 (libclang_rt.asan_osx_dynamic.dylib:arm64+0x1a5dc)
#2 0x000100f36284 in bt::(anonymous namespace)::EncodeUri(std::__2::basic_string<char, std::__2::char_traits<char>, std::__2::allocator<char>> const&)+0x17c (common_test:arm64+0x1001c2284)
#3 0x000100f33bc8 in bt::AdvertisingData::AddUri(std::__2::basic_string<char, std::__2::char_traits<char>, std::__2::allocator<char>> const&)+0x30 (common_test:arm64+0x1001bfbc8)
#4 0x000100d78628 in bt::(anonymous namespace)::AdvertisingDataTest_CopyLeavesNoRemnants_Test::TestBody()+0x44c (common_test:arm64+0x100004628)
...
```
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/255813
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: cf93680d3cb6eb136748cf7460013419d9692493
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 9e9628d8e81fab..cf93680d3cb6eb
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8728078643898514113
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I04fa05b85cd05a0df4f3e21cb623654ed3b2ef26
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/255993
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/third_party/pigweed b/third_party/pigweed
index 9e9628d..cf93680 160000
--- a/third_party/pigweed
+++ b/third_party/pigweed
@@ -1 +1 @@
-Subproject commit 9e9628d8e81fab0b726f3c748222cb44ed9a4fbe
+Subproject commit cf93680d3cb6eb136748cf7460013419d9692493