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

Missing synchronization lock on CBuildConfiguration.scannerInfoCache. #556

Closed

Conversation

ewaterlander
Copy link
Contributor

Added one missing synchronization lock for accessing CBuildConfiguration.scannerInfoCache. This could cause race conditions.

This was detected by static code analysis.

Added one missing synchronization lock for accessing
CBuildConfiguration.scannerInfoCache. This could cause race
conditions.

This was detected by static code analysis.
@jonahgraham
Copy link
Member

The API errors should be resolved soon as I am close to fixing #551

@jonahgraham
Copy link
Member

Replaced with #559

@ewaterlander ewaterlander deleted the synchronized_lock branch September 18, 2023 08:16
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