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/3352] dl-minimal.c: 137: realloc: Assertion `new == ptr' failed!


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2007-01-12 15:02 -------
Subject: Bug 3352

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_5-branch
Changes by:	jakub@sourceware.org	2007-01-12 15:02:01

Modified files:
	.              : ChangeLog 
	elf            : dl-minimal.c 

Log message:
	* elf/dl-minimal.c (realloc): Optimize last patch.
	
	[BZ #3352]
	* elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
	and use memcpy() if it does.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.10362.2.4&r2=1.10362.2.5
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/dl-minimal.c.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.50&r2=1.50.2.1



-- 


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

------- 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]