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

[glibc] 01/01: Remove unused and upstreamed patch



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit 37d01ef4939c6f881c0caf0eaf5fe72393ac32ec
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Tue Mar 22 22:36:07 2016 +0100

    Remove unused and upstreamed patch
---
 debian/patches/any/submitted-resolver-leak.diff | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/debian/patches/any/submitted-resolver-leak.diff b/debian/patches/any/submitted-resolver-leak.diff
deleted file mode 100644
index f9dae65..0000000
--- a/debian/patches/any/submitted-resolver-leak.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-2016-02-09  Andreas Schwab  <schwab@suse.de>
-
-	* resolv/res_init.c (__res_iclose): Use statp->nscount instead of
-	statp->_u._ext.nscount as loop count.
-
---- a/resolv/res_init.c
-+++ b/resolv/res_init.c
-@@ -594,7 +594,7 @@ __res_iclose(res_state statp, bool free_addr) {
- 		statp->_vcsock = -1;
- 		statp->_flags &= ~(RES_F_VC | RES_F_CONN);
- 	}
--	for (ns = 0; ns < statp->_u._ext.nscount; ns++)
-+	for (ns = 0; ns < statp->nscount; ns++)
- 		if (statp->_u._ext.nsaddrs[ns]) {
- 			if (statp->_u._ext.nssocks[ns] != -1) {
- 				close_not_cancel_no_status(statp->_u._ext.nssocks[ns]);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: