10 Sep
2014
10 Sep
'14
9:06 p.m.
El 10/09/2014 22:30, Lars Hagström escribió:
Ok, so what should I check for now? You kinda lost me. :-)
If merge_with_prev is true, check if prev_block is in the multiset, if merge_with_next is true, check if next_block is in the multiset. If an error happens then we have 3 possibilities: - "block" is not a correctly allocated memory block (bad pointer passed to priv_deallocate) - "block"->m_prev_size was corrupted by some memory overwrite error (then prev_block can't be reliable computed) - "block"->m_size was corrupted by some memory overwrite error (then prev_block can't be reliable computed) Ion