]> www.average.org Git - pam_pcsc_cr.git/commit
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)
commit94cf335f2ec8f4e19250b873aba7ee4eddd7c0d2
tree37998988e0009080ed54f26d2759604896ddb717
parent91db7a622b66e0219c6dbce650aaa74272493a08
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.
.gitignore
authobj.c
configure.ac
pcsc_cr.c
test_chalresp.c