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 first last_op_finish_ is unpredictable value #16880

Closed
wants to merge 1 commit into from

Conversation

xuing
Copy link

@xuing xuing commented Sep 16, 2019

last_op_finish_ use uninitialized variable “start_” to initialize. This will lead to last_op_finish_ is unpredictable value.

last_op_finish_  use uninitialized variable “start_” to init. This will lead to last_op_finish_ is unpredictable value.
@fanquake
Copy link
Member

Please send changes to the leveldb subtree to the upstream repository. See the notes on subtrees in the developer-notes.

@fanquake fanquake closed this Sep 16, 2019
@xuing xuing deleted the patch-1 branch September 16, 2019 07:52
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Dec 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants