This is the mail archive of the libc-alpha@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]

Re: Fwd: [PATCH] tdestroy() should allow passing 'NULL' for 'freefct' callback


Looks good for me with two nits.

Carlos as it is simple patch does it qualify as not needing copyrigth assignment?

On Tue, Jun 25, 2013 at 06:00:22AM +0200, Ivo Raisr wrote:
> I haven't got any response yet...
> I.
> 
> 
> ---------- Forwarded message ----------
> From: Ivo Raisr <ivosh@ivosh.net>
> Date: 2013/6/12
> Subject: Re: [PATCH] tdestroy() should allow passing 'NULL' for
> 'freefct' callback
> To: libc-alpha@sourceware.org
> 
> ...
> New patch (v2) is attached.
> ...
> 
> Ivosh

>	* elf/sprof.c: Dummy function 'freenoop' removed.             
What happened there was like in following entry:
	* elf/sprof.c (freenoop): Moved to misc/tsearch.c.

We need to document this bit more so NEWS entry like this is
appropriate.

diff --git a/NEWS b/NEWS
index 4326e01..a81bb4a 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,8 @@ Version 2.18
   15493, 15497, 15506, 15529, 15536, 15553, 15577, 15583, 15618, 15627,
   15631, 15654, 15655, 15666, 15667.
 
+* The tdestroy function can accept NULL.
+
 * CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla
   #15078).


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