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

[BUG] Crash when parsing MsgPack from Websocket #2154

Open
NghiaTranUIT opened this issue Oct 10, 2024 · 1 comment
Open

[BUG] Crash when parsing MsgPack from Websocket #2154

NghiaTranUIT opened this issue Oct 10, 2024 · 1 comment
Assignees
Labels
bug Something isn't working ✅ Done Ticket is addressed and fixed.

Comments

@NghiaTranUIT
Copy link
Member

Description

There are a lot of crashes related to the MsgPack decoder. I guess the problem is the Websocket Payload is not a real MsgPack -> causes the crash when decoding.

Steps to Reproduce

  1. Try to send WS with a lot of type payload (Data, String, Ping, Pong, .....)

Current Behavior

  • App is crashed!

Expected Behavior

  • Should work

Environment

  • App version: e.g Proxyman 3.9.0
  • macOS version: e.g macOS Monterey
@NghiaTranUIT NghiaTranUIT added the bug Something isn't working label Oct 10, 2024
@NghiaTranUIT NghiaTranUIT added this to the Proxyman 5.10.0 milestone Oct 10, 2024
@NghiaTranUIT NghiaTranUIT self-assigned this Oct 10, 2024
@NghiaTranUIT
Copy link
Member Author

@NghiaTranUIT NghiaTranUIT added the ✅ Done Ticket is addressed and fixed. label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ✅ Done Ticket is addressed and fixed.
Projects
None yet
Development

No branches or pull requests

1 participant