hashicorp / memberlist

Golang package for gossip based membership and failure detection
Mozilla Public License 2.0
3.62k stars 435 forks source link

Prevent a couple panics on malformed input #236

Closed dnephin closed 3 years ago

dnephin commented 3 years ago

Fix two possible panics that could be caused by malformed input of compound messages or compressed messages.

The two tests that were added both panicked without these code changes.