]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix passing struct by value rather than by reference to syscall
authorMae <mae@vypercore.com>
Wed, 22 Jan 2025 16:54:43 +0000 (16:54 +0000)
committerTomas Mraz <tomas@openssl.org>
Fri, 24 Jan 2025 13:26:46 +0000 (14:26 +0100)
commit43f96e1fb18f5f4e55a89329ebc0d9d1ef0c5344
treeea0715ae93cac0a27ca8c68a23ad2a0b9fedca5d
parenta905dd23d2451cbd0f6cfd563b9399be6a270abb
Fix passing struct by value rather than by reference to syscall

Fixes #26521

CLA: trivial

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26523)

(cherry picked from commit b6f2ff93639d9c71aae62dfc72082dd0829c2170)
engines/e_afalg.c