The House of Force
Exploiting the wilderness
if ((unsigned long) (size) >= (unsigned long) (nb + MINSIZE))remainder_size = size - nb;
remainder = chunk_at_offset (victim, nb);
av->top = remainder;/* Treat space at ptr + offset as a chunk */
#define chunk_at_offset(p, s) ((mchunkptr) (((char *) (p)) + (s)))The Patch
Last updated
Was this helpful?