Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix access without lock in active_transactions::confirm_block function #4230

Conversation

thsfs
Copy link
Contributor

@thsfs thsfs commented May 10, 2023

Fixes access to blocks' unordered_map in active_transactions out of its mutex lock.

@thsfs thsfs added the bug label May 10, 2023
@thsfs thsfs added this to the V25.0 milestone May 10, 2023
@thsfs thsfs requested a review from clemahieu May 10, 2023 17:16
@thsfs thsfs force-pushed the fix-use-after-free-issue-on-active_transactions-confirm_block branch from 5f9b768 to 5390459 Compare May 10, 2023 17:28
@thsfs thsfs merged commit 929ff52 into nanocurrency:develop May 10, 2023
@thsfs thsfs deleted the fix-use-after-free-issue-on-active_transactions-confirm_block branch May 10, 2023 21:19
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants