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

Zero-initialise stack-allocated objects in hstox driver. #657

Merged
merged 2 commits into from
Jan 11, 2018

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Jan 10, 2018

These potentially cause uninitialised reads on some platforms or msgpack
library versions.


This change is Reviewable

Without these, we'll have a memory leak on error paths.
These potentially cause uninitialised reads on some platforms or msgpack
library versions.
@jhert0
Copy link
Member

jhert0 commented Jan 11, 2018

:lgtm_strong:


Reviewed 2 of 2 files at r1.
Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

@iphydf iphydf merged commit 2e33ab2 into TokTok:master Jan 11, 2018
@iphydf iphydf modified the milestones: v0.2.0-RC1, v0.2.0 Jan 14, 2018
@iphydf iphydf deleted the zero-init branch January 21, 2018 10:34
This pull request was closed.
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