]> 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:16 +0000 (14:26 +0100)
commitb6f2ff93639d9c71aae62dfc72082dd0829c2170
treee6e352cf416977e9bbafceabb6cbe60bc31697bd
parent0bdb4a67bdab74bc1629eb2ab7f8704f6ba221b3
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)
engines/e_afalg.c