Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: avoid use after free in oauth_integration_test (envoyproxy#14103)
The client request stream can be deleted under the call stack of Envoy::IntegrationCodecClient::startRequest if the proxy replies quickly enough. Attempts to send an end stream on that request result in use-after-free on the client stream in cases where the client processed the full reply inside startRequest. Fixes envoyproxy#12960 Signed-off-by: Antonio Vicente <avd@google.com> Signed-off-by: Christoph Pakulski <christoph@tetrate.io>
- Loading branch information