commit | b3c31a6572bd7b89f469deb3c78f85f6e303df47 | [log] [tgz] |
---|---|---|
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | Sun Mar 19 16:14:33 2017 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Mon Mar 20 13:11:31 2017 +0100 |
tree | 7f6da94a8d2cacb405c58a651e425a1da6c04c99 | |
parent | e41e5d1e73c878261560e4b122cf309a0ecb42b8 [diff] |
Fix the error handling in CRYPTO_dup_ex_data. Fix a strict aliasing issue in ui_dup_method_data. Add test coverage for CRYPTO_dup_ex_data, use OPENSSL_assert. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2988)