Skip to content
Commit 84103a1d authored by Stef Walter's avatar Stef Walter
Browse files

This assertion is vulnerable to corner conditions.

In particular if the operation completes one pending call, unrefs it
and creates another pending call, and the memory allocator decides
to allocate that same memory for the next pending call, then this
will assert in a bogus way.

https://bugzilla.redhat.com/show_bug.cgi?id=660407
parent 3492824c
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