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

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



Author: aurel32
Date: 2008-01-12 15:06:38 +0000 (Sat, 12 Jan 2008)
New Revision: 2783

Added:
   glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-sunrpc_rpc_thread.diff
Modified:
   glibc-package/branches/glibc-branch-etch/debian/changelog
   glibc-package/branches/glibc-branch-etch/debian/patches/series
Log:
  * patches/any/cvs-sunrpc_rpc_thread.diff: patch by Andr?\195?\169 Cruz to fix
    sunrpc memory leak.  closes: #460226.



Modified: glibc-package/branches/glibc-branch-etch/debian/changelog
===================================================================
--- glibc-package/branches/glibc-branch-etch/debian/changelog	2008-01-12 14:52:16 UTC (rev 2782)
+++ glibc-package/branches/glibc-branch-etch/debian/changelog	2008-01-12 15:06:38 UTC (rev 2783)
@@ -1,3 +1,10 @@
+glibc (2.3.6.ds1-13etch5) stable; urgency=low
+
+  * patches/any/cvs-sunrpc_rpc_thread.diff: patch by André Cruz to fix
+    sunrpc memory leak.  closes: #460226.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Sat, 12 Jan 2008 16:06:00 +0100
+
 glibc (2.3.6.ds1-13etch4) stable; urgency=low
 
   * patches/any/cvs-vfscanf.diff: add additional test for EOF

Added: glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-sunrpc_rpc_thread.diff
===================================================================
--- glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-sunrpc_rpc_thread.diff	                        (rev 0)
+++ glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-sunrpc_rpc_thread.diff	2008-01-12 15:06:38 UTC (rev 2783)
@@ -0,0 +1,11 @@
+--- sunrpc/rpc_thread.c.orig	2003-02-22 02:57:51.000000000 +0100
++++ sunrpc/rpc_thread.c	2008-01-12 15:44:01.000000000 +0100
+@@ -29,6 +29,8 @@
+ 		free (tvp->svcraw_private_s);
+ 		free (tvp->authdes_cache_s);
+ 		free (tvp->authdes_lru_s);
++		free (tvp->svc_xports_s);
++		free (tvp->svc_pollfd_s);
+ 		free (tvp);
+ 		__libc_tsd_set (RPC_VARS, NULL);
+ 	}

Modified: glibc-package/branches/glibc-branch-etch/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-branch-etch/debian/patches/series	2008-01-12 14:52:16 UTC (rev 2782)
+++ glibc-package/branches/glibc-branch-etch/debian/patches/series	2008-01-12 15:06:38 UTC (rev 2783)
@@ -194,3 +194,4 @@
 any/cvs-sunrpc-64bits-svc_getreqset.diff -p0
 any/cvs-vfprintf-stack-smashing.diff
 any/cvs-getnetgrent_r-memory-leak.diff
+any/cvs-sunrpc_rpc_thread.diff -p0


Reply to: