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
..
2015-03-13 21:14:20 -07:00
2015-01-22 09:31:38 +00:00
2015-03-12 09:29:48 +00:00
2015-02-24 10:12:57 +01:00
2015-03-05 09:15:08 +00:00
2015-03-12 09:29:48 +00:00
2015-03-12 09:29:48 +00:00
2015-03-05 09:15:08 +00:00
2015-03-05 09:15:08 +00:00
2015-01-22 14:11:04 +00:00
2015-02-24 10:12:57 +01:00
2015-03-05 09:15:08 +00:00
2015-01-26 11:06:28 -05:00
2015-02-22 19:22:09 +01:00
2015-03-17 13:48:04 +00:00
2015-03-05 09:15:08 +00:00
2015-01-22 09:31:38 +00:00
2015-03-02 15:26:41 +00:00
2011-08-12 12:31:08 +00:00
2014-06-10 23:20:55 +02:00
2015-02-09 13:01:15 +00:00
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00
2015-01-22 16:16:24 +00:00
2013-05-20 00:16:18 +02:00
2015-01-22 09:31:38 +00:00