]> 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:35 +0000 (14:26 +0100)
commite70899a07dac8373764f3ed2ff4d491606960762
tree6cc3d78d936168fde0bd632e9c34590d918d9731
parent1b1d097d15549f14c16013fd1e29afb67438c897
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