Skip to content
  • Simon Marlow's avatar
    [project @ 2001-10-01 10:52:36 by simonmar] · 3a7e4d98
    Simon Marlow authored
    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.
    3a7e4d98