embeddedartistry/libmemory

Add test for overlapping memory blocks

Aperta

#10 aperta il 30 ott 2017

 (0 commenti) (0 reazioni) (0 assegnatari)C (53 fork)auto 404
Testhelp wanted

Metriche repository

Star
 (285 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

malloc - add tests that none of the returned blocks overlap.

Non-overlap would mean that each returned address + size does not fall within the bounds of another returned address / size.

Guida contributor