embeddedartistry / embeddedartistry/libmemory
Add test for overlapping memory blocks
Open
help wanted
Test
- Dominant language
- C
- Stars
- 285
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
Assessment
This issue has not been assessed yet.