Rémi Bernon (@rbernon) commented about dlls/ntdll/heap.c:
return validate_large_block( heap, block ); }
- if (subheap->user_value != heap)
- {
ERR("subheap %p: owner heap mismatch (expected %p, got %p)\n", subheap, heap, subheap->user_value);
return FALSE;
- }
This could probably be done in `check_subheap`, extending it to not only check sizes.