]> 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:46:08 +0000 (20:46 +0100)
commit94f95efce93555f65d3582558e39866e9f074ca2
tree2ea2e47a3990386d1af4cbef422ad0822ff62dfd
parent2f67a3dc3253b2fee472719eb5b8b02864848179
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)
test/wpackettest.c