rpms/bind/F-12 bind96-rh554316.patch,NONE,1.1 bind.spec,1.328,1.329

Adam Tkac atkac at fedoraproject.org
Wed Jan 13 09:56:42 UTC 2010


Author: atkac

Update of /cvs/pkgs/rpms/bind/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27195

Modified Files:
	bind.spec 
Added Files:
	bind96-rh554316.patch 
Log Message:
- fix occasional crash in keytable.c (#554316)


bind96-rh554316.patch:
 validator.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE bind96-rh554316.patch ---
--- bind-9.6.1-P2/lib/dns/validator.c.rh549284	2010-01-11 11:40:26.480893127 +0100
+++ bind-9.6.1-P2/lib/dns/validator.c	2010-01-11 11:40:57.730892953 +0100
@@ -2161,7 +2161,7 @@ validatezonekey(dns_validator_t *val) {
 		     result == ISC_R_SUCCESS;
 		     result = dns_rdataset_next(val->event->sigrdataset))
 		{
-			dns_keynode_t *keynode = NULL, *nextnode = NULL;
+			dns_keynode_t *keynode = NULL;
 
 			dns_rdata_reset(&sigrdata);
 			dns_rdataset_current(val->event->sigrdataset,
@@ -2181,6 +2181,7 @@ validatezonekey(dns_validator_t *val) {
 			    result == ISC_R_SUCCESS)
 				atsep = ISC_TRUE;
 			while (result == ISC_R_SUCCESS) {
+				dns_keynode_t *nextnode = NULL;
 				dstkey = dns_keynode_key(keynode);
 				result = verify(val, dstkey, &sigrdata,
 						sig.keyid);


Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/F-12/bind.spec,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -p -r1.328 -r1.329
--- bind.spec	25 Nov 2009 09:58:48 -0000	1.328
+++ bind.spec	13 Jan 2010 09:56:41 -0000	1.329
@@ -20,7 +20,7 @@ Summary:  The Berkeley Internet Name Dom
 Name:     bind
 License:  ISC
 Version:  9.6.1
-Release:  13.%{PATCHVER}%{?dist}
+Release:  14.%{PATCHVER}%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -52,6 +52,7 @@ Patch101:bind-96-old-api.patch
 Patch102:bind-95-rh452060.patch
 Patch106:bind93-rh490837.patch
 Patch107:bind96-rh507469.patch
+Patch108:bind96-rh554316.patch
 
 # SDB patches
 Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -217,6 +218,7 @@ mkdir m4
 %patch102 -p1 -b .rh452060
 %patch106 -p0 -b .rh490837
 %patch107 -p1 -b .rh507469
+%patch108 -p1 -b .rh554316
 
 # Sparc and s390 arches need to use -fPIE
 %ifarch sparcv9 sparc64 s390 s390x
@@ -583,6 +585,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %ghost %{chroot_prefix}/etc/localtime
 
 %changelog
+* Wed Jan 13 2010 Adam Tkac <atkac redhat com> 32:9.6.1-14.P2
+- fix occasional crash in keytable.c (#554316)
+
 * Wed Nov 25 2009 Adam Tkac <atkac redhat com> 32:9.6.1-13.P2
 - update to 9.6.1-P2 (CVE-2009-4022)
 



More information about the scm-commits mailing list