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

Memory corruption with payload > 256 bytes for type 0 and 1 #69

Open
mannyveloso opened this issue Nov 12, 2018 · 0 comments
Open

Memory corruption with payload > 256 bytes for type 0 and 1 #69

mannyveloso opened this issue Nov 12, 2018 · 0 comments

Comments

@mannyveloso
Copy link

Payload sizes now are 2k. However, pusher is hard-coded to 256 bytes. In addition, if your payload is > 256 bytes pusher will just blast the payload into the allocated buffer for notification types 0 and 1, going past the end of the buffer.

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

No branches or pull requests

1 participant