| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/security/beid/files/ |
Upload File : |
--- cardcomm/pkcs11/src/common/logbase.cpp.orig 2017-05-16 16:28:03 UTC
+++ cardcomm/pkcs11/src/common/logbase.cpp
@@ -639,6 +639,7 @@ namespace eIDMW
utilStringNarrow(filename).
c_str(), "a");
#else
+ (void)bWchar;
m_f = fopen(utilStringNarrow(filename).c_str(),
"a, ccs=UTF-8");
if (m_f == NULL)
--- cardcomm/pkcs11/src/common/util.cpp.orig 2017-05-16 16:28:03 UTC
+++ cardcomm/pkcs11/src/common/util.cpp
@@ -221,7 +221,7 @@ namespace eIDMW
pid = getpid();
if (snprintf
- (linkname, sizeof(linkname), "/proc/%i/exe",
+ (linkname, sizeof(linkname), "/proc/%i/file",
pid) < 0)
{
/* This should only happen on large word systems. I'm not sure