Commit 2441322
committed
Upgrade Abseil to LTS 20240116.2 to fix a bug identified in fuzz tests.
This moves ProxyWasm past Envoy Abseil 20230802.1.
Relevant ASAN failure:
```
external/com_google_absl/absl/strings/numbers.cc:199:73: runtime error: unsigned integer overflow: 0 - 8 cannot be represented in type 'unsigned long long'
#0 0x562c730539f9 in absl::lts_20230802::(anonymous namespace)::EncodeTenThousand(unsigned int, char*) numbers.cc
proxy-wasm#1 0x562c73053f25 in absl::lts_20230802::numbers_internal::FastIntToBuffer(unsigned long, char*)
```
Relevant Abseil rollback: abseil/abseil-cpp@e7858c7
Signed-off-by: Martijn Stevenson <[email protected]>1 parent 7293e7f commit 2441322
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments