pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/xml-security-c
Module Name: pkgsrc
Committed By: joerg
Date: Sat Sep 23 15:30:01 UTC 2017
Modified Files:
pkgsrc/security/xml-security-c: distinfo
Added Files:
pkgsrc/security/xml-security-c/patches:
patch-xsec_tools_checksig_InteropResolver.cpp
Log Message:
Do not use false as pointer.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/xml-security-c/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/security/xml-security-c/patches/patch-xsec_tools_checksig_InteropResolver.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/xml-security-c/distinfo
diff -u pkgsrc/security/xml-security-c/distinfo:1.7 pkgsrc/security/xml-security-c/distinfo:1.8
--- pkgsrc/security/xml-security-c/distinfo:1.7 Sun Oct 9 03:17:18 2016
+++ pkgsrc/security/xml-security-c/distinfo Sat Sep 23 15:30:01 2017
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.7 2016/10/09 03:17:18 ryoon Exp $
+$NetBSD: distinfo,v 1.8 2017/09/23 15:30:01 joerg Exp $
SHA1 (xml-security-c-1.7.3.tar.gz) = bcbe98e0bd3695a0b961a223cce53e2f35c4681b
RMD160 (xml-security-c-1.7.3.tar.gz) = f0c9c3668a3ff2e13647909b926e20fdba828ad2
SHA512 (xml-security-c-1.7.3.tar.gz) = ea46709d6706edf345e19132d9998774e50dc7b5947a7b4a55e3627998f5ac66f976fdff0a5015ef3cee73c03c04f3c4cf993efd397082491c2000c6548b89d2
Size (xml-security-c-1.7.3.tar.gz) = 909320 bytes
SHA1 (patch-xsec_Makefile.in) = f610c63b888f8f744a5de5b47975eb7dc4aee55b
+SHA1 (patch-xsec_tools_checksig_InteropResolver.cpp) = bdc668a7f0212113d0efbaf189e7021a44108e26
Added files:
Index: pkgsrc/security/xml-security-c/patches/patch-xsec_tools_checksig_InteropResolver.cpp
diff -u /dev/null pkgsrc/security/xml-security-c/patches/patch-xsec_tools_checksig_InteropResolver.cpp:1.1
--- /dev/null Sat Sep 23 15:30:01 2017
+++ pkgsrc/security/xml-security-c/patches/patch-xsec_tools_checksig_InteropResolver.cpp Sat Sep 23 15:30:01 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-xsec_tools_checksig_InteropResolver.cpp,v 1.1 2017/09/23 15:30:01 joerg Exp $
+
+false is a bad pointer value.
+
+--- xsec/tools/checksig/InteropResolver.cpp.orig 2017-09-23 12:23:36.663288313 +0000
++++ xsec/tools/checksig/InteropResolver.cpp
+@@ -645,7 +645,7 @@ XSECCryptoKey * InteropResolver::resolve
+
+ }
+
+- return false;
++ return NULL;
+
+ }
+
Home |
Main Index |
Thread Index |
Old Index