We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, it seems treq->finished = false;(Line 279) is missing locking while other places (Line 289 and Line 264) are all locked.
treq->finished = false;
ocf/tests/unit/tests/concurrency/ocf_cache_line_concurrency.c/ocf_cache_line_concurrency.c
Lines 277 to 293 in 865d29d
Lines 263 to 266 in 865d29d
The text was updated successfully, but these errors were encountered:
Hello, thank you for finding this! We will take care of this.
Sorry, something went wrong.
No branches or pull requests
Hi, it seems
treq->finished = false;
(Line 279) is missing locking while other places (Line 289 and Line 264) are all locked.ocf/tests/unit/tests/concurrency/ocf_cache_line_concurrency.c/ocf_cache_line_concurrency.c
Lines 277 to 293 in 865d29d
ocf/tests/unit/tests/concurrency/ocf_cache_line_concurrency.c/ocf_cache_line_concurrency.c
Lines 263 to 266 in 865d29d
The text was updated successfully, but these errors were encountered: