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

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



Author: madcoder
Date: 2007-05-15 12:19:01 +0000 (Tue, 15 May 2007)
New Revision: 2223

Modified:
   glibc-package/branches/glibc-branch-etch/debian/changelog
   glibc-package/branches/glibc-branch-etch/debian/patches/series
Log:
close the nfs memory leak bug as well.



Modified: glibc-package/branches/glibc-branch-etch/debian/changelog
===================================================================
--- glibc-package/branches/glibc-branch-etch/debian/changelog	2007-05-15 12:18:37 UTC (rev 2222)
+++ glibc-package/branches/glibc-branch-etch/debian/changelog	2007-05-15 12:19:01 UTC (rev 2223)
@@ -1,9 +1,11 @@
-glibc (2.3.6.ds1-13etch2) UNRELEASED; urgency=low
+glibc (2.3.6.ds1-13etch2) stable; urgency=low
 
   * patches/any/cvs-vfprintf-stack-smashing.diff: fix issue with 8bits locales
     and printf exploding the stack with large width specifiers.
+  * patches/any/cvs-getnetgrent_r-memory-leak.diff: fix memory leak in
+    getnetgrent_r. Closes: #423369.
 
- -- Pierre Habouzit <madcoder@debian.org>  Tue, 15 May 2007 13:58:50 +0200
+ -- Pierre Habouzit <madcoder@debian.org>  Tue, 15 May 2007 14:07:40 +0200
 
 glibc (2.3.6.ds1-13etch1) stable; urgency=low
 

Modified: glibc-package/branches/glibc-branch-etch/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-branch-etch/debian/patches/series	2007-05-15 12:18:37 UTC (rev 2222)
+++ glibc-package/branches/glibc-branch-etch/debian/patches/series	2007-05-15 12:19:01 UTC (rev 2223)
@@ -191,3 +191,4 @@
 any/cvs-getent-wrong-struct-size.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: