Skip to content

CVE-2023-28466: net: tls: fix possible race condition between do_tls_getsockopt_conf() and do_tls_setsockopt_conf()

Sabrina Dubroca requested to merge sdubroca/centos-stream-9:bz2179816 into main

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2179816 CVE: CVE-2023-28466 Tested: tls selftests

commit 49c47cc21b5b7a3d8deb18fc57b0aa2ab1286962 Author: Hangyu Hua hbh25y@gmail.com Date: Tue Feb 28 10:33:44 2023 +0800

net: tls: fix possible race condition between do_tls_getsockopt_conf() and do_tls_setsockopt_conf()

Signed-off-by: Sabrina Dubroca sdubroca@redhat.com

Merge request reports