]> git.ipfire.org Git - thirdparty/openssl.git/commit
Avoid using union wrt. optlen parameter for getsockopt
authorTee KOBAYASHI <xtkoba@gmail.com>
Sun, 26 Jun 2022 08:30:02 +0000 (17:30 +0900)
committerPauli <pauli@openssl.org>
Wed, 29 Jun 2022 02:11:17 +0000 (12:11 +1000)
commit8e949b35d396005d63f3a2c944c36a1c94e41019
tree8e0746aaeb000dba0f9b649a67bfa372885c0145
parent7260709e9ef155c8b3fccaa32e8ba496a3059905
Avoid using union wrt. optlen parameter for getsockopt

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18660)
crypto/bio/bss_dgram.c