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

More fixes v1 #850

Merged
merged 3 commits into from Feb 25, 2014
Merged

More fixes v1 #850

merged 3 commits into from Feb 25, 2014

Conversation

If a reply would be seen before a command, a read of a uninitialized
value could happen.

This patch adds a check for this.

Bug #1089.
errcode wasn't initialized and in some code paths it remained
uninitialized, leading to us evaluating this uninitialized value.

Bug #1091
db pointers in both directions were not freed. This patch frees them
in the state free function.

Bug #1090
@inliniac inliniac merged commit b4ab9a0 into master Feb 25, 2014
@inliniac inliniac deleted the more-fixes-v1 branch February 27, 2014 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants