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

Fix: ipc_deliver must check from_thr intend #139

Merged
merged 1 commit into from
Nov 22, 2016
Merged

Fix: ipc_deliver must check from_thr intend #139

merged 1 commit into from
Nov 22, 2016

Conversation

louisom
Copy link
Contributor

@louisom louisom commented Nov 20, 2016

As an #138 hotfix.

if (from_thr->state == T_SEND_BLOCKED)
/* NOTE: Must check from_thr intend to send*/
if (from_thr->state == T_SEND_BLOCKED &&
from_thr->utcb->intended_receiver == thr->t_globalid)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check coding style.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@jserv
Copy link
Member

jserv commented Nov 21, 2016

You should mention "Close #138" in GIT commit messages.

@jserv jserv merged commit 604035e into f9micro:master Nov 22, 2016
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

Successfully merging this pull request may close these issues.

2 participants