Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zookeeper: convert ASSERT() into check #12308

Merged
merged 3 commits into from
Jul 29, 2020

Conversation

rgs1
Copy link
Member

@rgs1 rgs1 commented Jul 27, 2020

A malformed packet or buggy server could trigger the ASSERT(),
so let's deal with it.

Fixes #12327.

Reported-by: @jianwen612

Signed-off-by: Raul Gutierrez Segales rgs@pinterest.com

A malformed packet or buggy server could trigger the ASSERT(),
so let's deal with it.

Reported-by: @jianwen612

Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
@rgs1 rgs1 requested a review from snowp as a code owner July 27, 2020 19:55
Raul Gutierrez Segales added 2 commits July 27, 2020 15:57
Copy link
Contributor

@snowp snowp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@snowp snowp merged commit 6dabdb3 into envoyproxy:master Jul 29, 2020
chaoqin-li1123 pushed a commit to chaoqin-li1123/envoy that referenced this pull request Aug 7, 2020
A malformed packet or buggy server could trigger the ASSERT(),
so let's deal with it.

Reported-by: @jianwen612

Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
chaoqin-li1123 pushed a commit to chaoqin-li1123/envoy that referenced this pull request Aug 7, 2020
A malformed packet or buggy server could trigger the ASSERT(),
so let's deal with it.

Reported-by: @jianwen612

Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
Signed-off-by: chaoqinli <chaoqinli@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[zookeeper_proxy]assert failure with untrusted buffer when onWrite()
3 participants