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

[NET_HANDLER] Error checking incoming message types in recv_new_msg #230

Open
benliao1 opened this issue Sep 16, 2021 · 0 comments
Open
Labels
code-cleanup Code health fixes/improvements good-first-issue Good issues for incoming members

Comments

@benliao1
Copy link
Collaborator

With knowledge of the client that is connected in recv_new_msg(), we can check to make sure that the incoming message is valid coming from the client that is connected. For example, we should never receive an INPUTS message from Shepherd; if we do, we can error.

@benliao1 benliao1 added code-cleanup Code health fixes/improvements good-first-issue Good issues for incoming members labels Sep 16, 2021
@ysharma25 ysharma25 self-assigned this Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-cleanup Code health fixes/improvements good-first-issue Good issues for incoming members
Projects
None yet
Development

No branches or pull requests

2 participants