Skip to content

Envoy rebase to 5843954375fe#1762

Closed
jrajahalme wants to merge 2 commits into
istio:release-0.8from
jrajahalme:envoy-rebase
Closed

Envoy rebase to 5843954375fe#1762
jrajahalme wants to merge 2 commits into
istio:release-0.8from
jrajahalme:envoy-rebase

Conversation

@jrajahalme
Copy link
Copy Markdown

Envoy commit 5843954 adds a
sendLocalReply() callback that formats gRPC responses when the request
was gRPC, HTTP response otherwise.

test changes are due to Envoy commit
7379c35 ("test: remove response_ as
member variable. (#3314)").

Signed-off-by: Jarno Rajahalme jarno@covalent.io

Envoy commit 5843954 adds a
sendLocalReply() callback that formats gRPC responses when the request
was gRPC, HTTP response otherwise.

test changes are due to Envoy commit
7379c35 ("test: remove response_ as
member variable. (istio#3314)").

Signed-off-by: Jarno Rajahalme <jarno@covalent.io>
Without explicitly calling 'waitForEndStream()' the response decoder
could be destructed while a pointer to it is still held in stream
callbacks, which then leads to use-after-free when those callbacks are
called.

Signed-off-by: Jarno Rajahalme <jarno@covalent.io>
@istio-testing
Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: jrajahalme
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approver: jimmycyj

Assign the PR to them by writing /assign @jimmycyj in a comment when ready.

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@googlebot googlebot added the cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. label May 21, 2018
@istio-testing
Copy link
Copy Markdown
Collaborator

Hi @jrajahalme. Thanks for your PR.

I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@qiwzhang
Copy link
Copy Markdown
Contributor

#1759 will cover this.

@jrajahalme
Copy link
Copy Markdown
Author

@qiwzhang In that case you may want to copy commit 829c3b5, too.

@jrajahalme
Copy link
Copy Markdown
Author

@qiwzhang However, a cherry-pick would be appreciated.

@qiwzhang
Copy link
Copy Markdown
Contributor

@jrajahalme Thanks. I will cherry-pick the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants