embeddedartistry/libmemory

Add test for overlapping memory blocks

Aberta

#10 aberto em 30 de out. de 2017

 (0 comentário) (0 reação) (0 responsável)C (53 forks)auto 404
Testhelp wanted

Métricas do repositório

Stars
 (285 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador