Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 232 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 232 Bytes

Exercise 8-7

malloc accepts a size request without checking its plausibility; free believes that the block it is asked to free contains a valid size field.

Improve these routines so they take more pains with error checking.