openssl/crypto/stack
Matt Caswell f4b8760056 Fix memset call in stack.c
The function sk_zero is supposed to zero the elements held within a stack.
It uses memset to do this. However it calculates the size of each element
as being sizeof(char **) instead of sizeof(char *). This probably doesn't
make much practical difference in most cases, but isn't a portable
assumption.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit 7132ac830f)
2015-03-17 13:49:31 +00:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
Makefile make update 2014-01-06 13:33:27 +00:00
safestack.h Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
stack.c Fix memset call in stack.c 2015-03-17 13:49:31 +00:00
stack.h Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00