]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a potential misaligned memory access
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 2 Jan 2025 15:17:46 +0000 (16:17 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 6 Jan 2025 19:50:30 +0000 (20:50 +0100)
commit7d746bb7dd530c1cac503be9e0286027edb89a1e
tree2f50f4791fb4ef146d1ab9b782aff026459c30e1
parent634f38a0c4282a81825c009452b629b5fb6136a9
Fix a potential misaligned memory access

in test/wpackettest.c:593:18: runtime error: load of misaligned address
for type 'uint64_t', which requires 8 byte alignment.

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26269)

(cherry picked from commit 94f95efce93555f65d3582558e39866e9f074ca2)
test/wpackettest.c