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 use-after-free in QgsVectorLayerCache iterators #58093

Merged

Conversation

nyalldawson
Copy link
Collaborator

We need to gracefully handle the situation where the cache is deleted before the iterator, as these iterators require the cache object

We need to gracefully handle the situation where the cache
is deleted before the iterator, as these iterators require
the cache object
Copy link

🪟 Windows builds ready!

Windows builds of this PR are available for testing here. Debug symbols for this build are available here.

(Built from commit 4923a71)

@nyalldawson nyalldawson merged commit f573c87 into qgis:master Jul 13, 2024
42 checks passed
@nyalldawson nyalldawson deleted the fix_use_after_free_vector_layer_cache branch July 13, 2024 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants