Matt Caswell b2b8163964 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 7132ac830fa08d9a936e011d7c541b0c52115b33)
2015-03-17 13:48:04 +00:00
..
2006-02-04 01:45:59 +00:00
2015-01-22 16:12:26 +00:00
2015-03-17 13:48:04 +00:00
2015-01-22 09:31:38 +00:00