]> www.average.org Git - pam_pcsc_cr.git/commitdiff
Initialize pad memory to pacify stack protectors
authorEugene Crosser <crosser@average.org>
Sun, 5 Nov 2017 19:25:20 +0000 (20:25 +0100)
committerEugene Crosser <crosser@average.org>
Sun, 5 Nov 2017 19:25:20 +0000 (20:25 +0100)
- 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.


No differences found