From: Eugene Crosser Date: Sun, 5 Nov 2017 19:25:20 +0000 (+0100) Subject: Initialize pad memory to pacify stack protectors X-Git-Url: http://average.org/gitweb/?a=commitdiff_plain;h=94cf335f2ec8f4e19250b873aba7ee4eddd7c0d2;hp=94cf335f2ec8f4e19250b873aba7ee4eddd7c0d2;p=pam_pcsc_cr.git Initialize pad memory to pacify stack protectors - Initialize memory area that is being encrypted, because it is allocated rounded up to CBLKSIZE, and the last bytes are not used. If stack protector is active, it detects access to uninitialized memory. - Change default pamdir to /lib/${host_cpu}-${host_os}/security. - Fix a couple of compilation warnings. ---