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

r2385 - in glibc-package/branches/glibc-branch-etch/debian: . patches patches/any



Author: aurel32
Date: 2007-07-01 23:00:17 +0000 (Sun, 01 Jul 2007)
New Revision: 2385

Added:
   glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-nscd-free.diff
Modified:
   glibc-package/branches/glibc-branch-etch/debian/changelog
   glibc-package/branches/glibc-branch-etch/debian/patches/series
Log:
  * patches/any/cvs-nscd-free.diff: fix nscd crash. Closes: #425404.



Modified: glibc-package/branches/glibc-branch-etch/debian/changelog
===================================================================
--- glibc-package/branches/glibc-branch-etch/debian/changelog	2007-06-22 19:20:42 UTC (rev 2384)
+++ glibc-package/branches/glibc-branch-etch/debian/changelog	2007-07-01 23:00:17 UTC (rev 2385)
@@ -1,3 +1,9 @@
+glibc (2.3.6.ds1-13etch3) stable; urgency=low
+
+  * patches/any/cvs-nscd-free.diff: fix nscd crash. Closes: #425404.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 02 Jul 2007 00:59:13 +0200
+
 glibc (2.3.6.ds1-13etch2) stable; urgency=low
 
   * patches/any/cvs-vfprintf-stack-smashing.diff: fix issue with 8bits locales

Added: glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-nscd-free.diff
===================================================================
--- glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-nscd-free.diff	                        (rev 0)
+++ glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-nscd-free.diff	2007-07-01 23:00:17 UTC (rev 2385)
@@ -0,0 +1,22 @@
+2005-09-22  Ulrich Drepper  <drepper@redhat.com>
+
+	[BZ #1363]
+	* nscd/nscd_getpw_r.c (nscd_getpw_r): Remove incorrectly C&Ped
+	free call in code handling detection of GC runs.
+
+===================================================================
+RCS file: /cvs/glibc/libc/nscd/nscd_getpw_r.c,v
+retrieving revision 1.30
+retrieving revision 1.31
+diff -u -r1.30 -r1.31
+--- libc/nscd/nscd_getpw_r.c	2005/02/22 22:47:45	1.30
++++ libc/nscd/nscd_getpw_r.c	2005/09/22 14:35:11	1.31
+@@ -227,8 +227,6 @@
+ 	  mapped = NO_MAPPING;
+ 	}
+ 
+-      free (resultbuf);
+-
+       goto retry;
+     }
+ 

Modified: glibc-package/branches/glibc-branch-etch/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-branch-etch/debian/patches/series	2007-06-22 19:20:42 UTC (rev 2384)
+++ glibc-package/branches/glibc-branch-etch/debian/patches/series	2007-07-01 23:00:17 UTC (rev 2385)
@@ -189,6 +189,7 @@
 any/submitted-strfmon.diff
 any/cvs-sunrpc-xdrmem_setpos.diff
 any/cvs-getent-wrong-struct-size.diff -p0
+any/cvs-nscd-free.diff -p0
 any/cvs-sunrpc-64bits-svc_getreqset.diff -p0
 any/cvs-vfprintf-stack-smashing.diff
 any/cvs-getnetgrent_r-memory-leak.diff



Reply to: