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

fix: prevent panics in peermanager and WakuRelay #1206

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

igor-sirotin
Copy link
Collaborator

Description

Fixes status-im/status-go#5759
More details in the issue comments.

It's possible that those functions are called with such parameters that causes panics.
While we should probably find the root cause and fix it, I'd like to prevent panics in the first place.

Copy link
Member

@richard-ramos richard-ramos left a comment

Choose a reason for hiding this comment

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

Approving in the meantime but will open an issue so we can investigate better what's going on

@igor-sirotin igor-sirotin merged commit 4c3ec60 into master Aug 23, 2024
12 checks passed
@igor-sirotin igor-sirotin deleted the fix/prevent-panics branch August 23, 2024 14:23
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.

Flaky test: TestPostToCommunityChat
2 participants