]> git.ipfire.org Git - thirdparty/openssl.git/commit
crypto/engine/eng_cryptodev.c: don't treat a void* like an array
authorRichard Levitte <levitte@openssl.org>
Wed, 14 Mar 2018 10:35:53 +0000 (11:35 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 14 Mar 2018 10:54:27 +0000 (11:54 +0100)
commitf1e2b8adbd84434a634b62a3dc0c0c7506a96ae2
tree2fc483f0b4505e89a31a16a8fd34da9df9ec124c
parente56585e3e950e98d7014476bea8bfe71b3ff0a1f
crypto/engine/eng_cryptodev.c: don't treat a void* like an array

The void* needs to be cast to a char* first.

Fixes #5614

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5615)
crypto/engine/eng_cryptodev.c