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

reordering the packets #2

Open
spidermanja opened this issue Nov 14, 2022 · 4 comments
Open

reordering the packets #2

spidermanja opened this issue Nov 14, 2022 · 4 comments

Comments

@spidermanja
Copy link
Contributor

When Responses comes in the different order from the java-relp-server, this might need to sort and reorganize the packets for proper flow control.
find the attachment for anomalies
rlp_2closeanomalies1

@kortemik
Copy link
Member

kortemik commented Nov 14, 2022 via email

@spidermanja
Copy link
Contributor Author

Handling closeResponse for null currently fix the issue.
However, potential security related issue

  • Packet with invalid error status possibly generate NULL deference.
    Possible vulnerability, A NULL pointer dereference might occur when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.

@kortemik
Copy link
Member

kortemik commented Dec 13, 2022 via email

@spidermanja
Copy link
Contributor Author

Yes, adjusted on this commit 3e50537
but without returning any string.
Seems no more complains now👍

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

2 participants