Otto Moerbeek wrote:
> Hi,
> 
> Malloc maintains a list if 16 slots of chunks to be freed. On free a
> chunk is put in a random slot and the existing chunk in that slot is
> actually freed. Currently, the code only checks the slot selected for
> a double free.
> 
> This diff adds code to check all slots. It also removes the option to
> disable delayed free. 

I thought we were already doing this, so ok. :)

Reply via email to