]> 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:40 +0000 (14:26 +0100)
commit433082c32f1ec84eeb3eccc99aede672a87ff892
tree82e1addfb65bf67e7f95cc2db2cf9d644a0db0ed
parent703b5ee4d27da47df966a4226ca4c01072722bf0
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