avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [Commit HEAD/1.2] savannah bug #11684 fixed


From: Joerg Wunsch
Subject: [avr-libc-dev] [Commit HEAD/1.2] savannah bug #11684 fixed
Date: Sun, 23 Jan 2005 22:22:48 +0100
User-agent: Mutt/1.4.2.1i

I committed the attached patch which basically follows the suggestion
in the bug report.  This was a brain-o on my side, while I refer to
the broken-up blocks as `struct __freelist' items, they do not
actually constitute freelist items, so one must not muck with the "nx"
pointers for them.  As for the actual freelist item that results out
of shrinking the current block, its "nx" field will properly be
handled by calling free() in the next step.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)

Attachment: realloc.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]