This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/6718] duplicated allocation using malloc for FASTBIN size chunks in glibc 2.7


------- Additional Comments From wowzerjk at gmail dot com  2008-07-03 17:29 -------
I mistakes writing source of the problem.
The problem is caused from _int_malloc() function in malloc.c
(glibc 2.7 from apt-get install glibc-source in Ubuntu 8.04)

4111             *fb = victim->fd;

victim->fd must be reset like 'victim->fd = NULL' after above line.




-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6718

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]