gur111 / MtmEx1Tester

Apache License 2.0
1 stars 6 forks source link

Check post OUT_OF_MEMORY data integrity #8

Open gur111 opened 4 years ago

gur111 commented 4 years ago

Malloc failure verifications. For each function that can fail with memory error. Add memory stability sub test which will validate data integrity (make sure there are no partial modifications to the data).

I've already added a way to simulate malloc failures. See PR #7