embeddedartistry/libmemory

Add test for overlapping memory blocks

Offen

#10 geöffnet am 30.10.2017

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (53 Forks)auto 404
Testhelp wanted

Repository-Metriken

Stars
 (285 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide