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 null function call #728

Merged
merged 2 commits into from Aug 13, 2015
Merged

Fix null function call #728

merged 2 commits into from Aug 13, 2015

Conversation

codemercenary
Copy link
Contributor

Caused by issues with the AutoCurrentPacket context pusher feature. There are lots of weird shared pointers getting carried around and insufficient guards against null pointer dereferences. Clean this up and fix the defects. Add tests to prevent regressions, and ensure that AutoCurrentPacketPusher restores the prior packet on destruction rather than simply clearing it.

There are lots of weird shared pointers getting carried around and insufficient guards against null pointer dereferences.  Clean this up and fix the defects.  Add tests to prevent regressions, and ensure that `AutoCurrentPacketPusher` restores the prior packet on destruction rather than simply clearing it.
gittyupagain pushed a commit that referenced this pull request Aug 13, 2015
@gittyupagain gittyupagain merged commit e644aa6 into develop Aug 13, 2015
@gittyupagain gittyupagain deleted the bug-acpnullcall branch August 13, 2015 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants