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

[Backport release-2.0.7] Fix undefined behavior within load_tile_var_sizes #1749

Merged
merged 1 commit into from
Jul 29, 2020

Conversation

github-actions[bot]
Copy link
Contributor

Backport 1e4e48b from #1748

The `load_tile_var_sizes` is not thread-safe between TBB tasks because it
locks with an stdlib mutex. This change ensures that access to FragmentMetadata
instances are serialized.

Co-authored-by: Joe Maley <[email protected]>
@Shelnutt2 Shelnutt2 merged commit 0018719 into release-2.0.7 Jul 29, 2020
@Shelnutt2 Shelnutt2 deleted the backport-1748-to-release-2.0.7 branch July 29, 2020 01:06
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.

1 participant