Hi Andrey,
Thanks for reviewing!
> I think heap_force_freeze() needs one more check.
I agree with you, check added
> See amcheck tests fro details, but I'm not sure it actually
> worth the trouble here.
In my opinion, every change we made should have some
kind of regression tests. I understand there are resource
limit for machines but I believe engineering wise this is the
right way to do.
I added a TAP test to simulate a corrupt page.
Thanks