envoyproxy / envoyproxy/envoy-mobile
EM C++ does not respect ByteBuffer.position()
Open
cronet
cronvoy-beta
enhancement
- Dominant language
- Java
- Stars
- 566
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
_Originally posted by @RyanTheOptimist in https://github.com/envoyproxy/envoy-mobile/pull/2164#discussion_r865090104_
EM only cares about the provided length: always starts at position zero, regardless of what the ByteBuffer says.
https://github.com/envoyproxy/envoy-mobile/blob/main/library/common/jni/jni_utility.cc#L167
Contributor guide
Assessment
This issue has not been assessed yet.