Skip to content
Verified Commit cde208e6 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

IMAP: fix use-after free in ChangeItemTask

The attribute pointer lives only as long as the owning Collection lives.
Since the code here was taking the attribute from a temporary object,
the uidNext() getter called below would return a garbage number.
parent 2ef90f7d
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