Skip to content
Commit 79dd568d authored by Milan Crha's avatar Milan Crha
Browse files

[composer-autosave] Use-after-free during snapshot save to file

It could happen that the snapshot save got interrupted by other UI
code, one of them being composer close, which causes the composer's
dispose() execution, even it has more than one ref_count. The dispose()
frees the content widgets, which results in use-after-free when
the snapshot save continues its execution. The interrupt was possible
also due to several asynchronous calls being involved during the save.

This had been reported downstream at:
https://bugzilla.redhat.com/show_bug.cgi?id=1538865
parent 25fe8a4b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment