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

Missing null pointer check in on_connect and on_write #1

Open
bjornspock opened this issue Oct 18, 2018 · 0 comments
Open

Missing null pointer check in on_connect and on_write #1

bjornspock opened this issue Oct 18, 2018 · 0 comments

Comments

@bjornspock
Copy link
Contributor

Add null pointer check to functions using p_cus->evt_handler()

if(p_cus->evt_handler != NULL)
{
p_cus->evt_handler(p_cus, &evt);
}

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