| commit | fb2141c773ab0c5dfc78cc97d2445362b8048389 | [log] [tgz] |
|---|---|---|
| author | FdaSilvaYY <fdasilvayy@gmail.com> | Thu Aug 18 00:51:20 2016 +0200 |
| committer | Matt Caswell <matt@openssl.org> | Mon Aug 22 15:03:51 2016 +0100 |
| tree | 85053848a6b93e4846548027db163f11a7918ca3 | |
| parent | 0038ad480b7c89925af55aec4b62cc3f43375617 [diff] |
Fix loopargs_t object duplication into ASYNC context Code was relying on an implicit data-sharing through duplication of loopargs_t pointer-members made by ASYNC_start_job(). Now share structure address instead of structure content. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>