commit | a0a8dc208f6169981ea7bd6785a7fc99c25c4263 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Wed Sep 09 10:22:00 2015 -0700 |
committer | Adam Langley <agl@google.com> | Wed Sep 09 17:54:24 2015 +0000 |
tree | 72a5cecaf45996b4fe549cda863239d6c6729f54 | |
parent | f673831272fb94bb1a2186a3cc0d44a0a66aaa01 [diff] |
Move large stack buffer in bssl_shim to heap. The size of the stack caused by this object is problematic for systems that have smaller stacks because they expect many threads. Change-Id: Ib8f03741f9dd96bf474126f001947f879e50a781 Reviewed-on: https://boringssl-review.googlesource.com/5831 Reviewed-by: Matt Braithwaite <mab@google.com> Reviewed-by: Adam Langley <agl@google.com>