[project @ 2001-10-01 10:52:36 by simonmar]
authorsimonmar <unknown>
Mon, 1 Oct 2001 10:52:36 +0000 (10:52 +0000)
committersimonmar <unknown>
Mon, 1 Oct 2001 10:52:36 +0000 (10:52 +0000)
Fix a bug in the heap size calculation, where a negative result wasn't
noticed because we're working with unsigned types.  We now explicitly
test that the heap has enough room for the minimum allocation area
size, otherwise a heap overflow is reported.


No differences found