[avr-libc-dev] [bug #32702] Realloc can reduce size of location less than (sizeof(struct __freelist) - sizeof(size_t))

2013-11-10 Thread Thomas R.
Follow-up Comment #2, bug #32702 (project avr-libc): It seems this is already in the code and thus can be closed, can't it? ___ Reply to this item at: http://savannah.nongnu.org/bugs/?32702

[avr-libc-dev] [bug #32702] Realloc can reduce size of location less than (sizeof(struct __freelist) - sizeof(size_t))

2013-11-10 Thread Thomas R.
Follow-up Comment #3, bug #32702 (project avr-libc): I am sorry for the noise. The check is indeed in malloc(), but not in realloc(). So this one would be great to be added as well. Maybe even the len == 0 check in my bug #40535 could be integrated here as well...

[avr-libc-dev] [bug #32702] Realloc can reduce size of location less than (sizeof(struct __freelist) - sizeof(size_t))

2012-11-16 Thread Eric Weddington
Update of bug #32702 (project avr-libc): Priority: 5 - Normal = 9 - Immediate ___ Reply to this item at: http://savannah.nongnu.org/bugs/?32702 ___

[avr-libc-dev] [bug #32702] Realloc can reduce size of location less than (sizeof(struct __freelist) - sizeof(size_t))

2011-09-26 Thread Eric Weddington
Update of bug #32702 (project avr-libc): Assigned to:None = joerg_wunsch ___ Follow-up Comment #1: Joerg, this one is more in your area