[packages/rpm/dev-5.4.16] fix-verify-segfault.patch applied partially by upstream

glen glen at pld-linux.org
Wed Mar 16 16:37:19 CET 2016


commit 264d052eaca765e66c1c45741e7f96f454cf660b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Mar 16 17:32:52 2016 +0200

    fix-verify-segfault.patch applied partially by upstream

 rpm-5.4.9-fix-verify-segfault.patch | 9 ---------
 1 file changed, 9 deletions(-)
---
diff --git a/rpm-5.4.9-fix-verify-segfault.patch b/rpm-5.4.9-fix-verify-segfault.patch
index e457b5e..dc977f4 100644
--- a/rpm-5.4.9-fix-verify-segfault.patch
+++ b/rpm-5.4.9-fix-verify-segfault.patch
@@ -15,12 +15,3 @@
  HKPDEBUG((stderr, "--> %s(%p,%s)\n", __FUNCTION__, hkp, keyname));
  
      /* Do a lazy lookup before validating. */
-@@ -1065,7 +1073,7 @@ SPEW((stderr, "\t%s\n", pgpHexStr(hkp->p
-     }
- 
- exit:
--    if ((hkp->uidx >= 0 && hkp->uidx < hkp->npkts) && hkp->tvalid > 0) {
-+    if ((hkp->uvalidx >= 0 && hkp->uvalidx < hkp->npkts) && hkp->tvalid > 0) {
- 	char user[256+1];
- 	size_t nuser;
- 	pgpPktUid * u;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/6a66bc249043bebf24d1d7c1254ef126b1c14707



More information about the pld-cvs-commit mailing list