envoyproxy / envoyproxy/envoy-mobile
android: add missing assertions for GetPrimitiveArrayCritical
Open
no stalebot
platform/android
tech debt
- Dominant language
- Java
- Stars
- 566
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
There are missing checks in `pass_headers`, `jvm_on_data`, and `jvm_on_error` that are needed to harden this code path:
1. check if copied via isCopy
2. check for null returned by GetPrimitiveArrayCritical
Contributor guide
Assessment
This issue has not been assessed yet.