]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
wpa: Fix EAP/PEAP MSCHAPv2 authentication SIGSEGV
authorCy Schubert <cy@FreeBSD.org>
Tue, 5 Oct 2021 22:09:06 +0000 (15:09 -0700)
committerCy Schubert <cy@FreeBSD.org>
Tue, 5 Oct 2021 22:09:06 +0000 (15:09 -0700)
commitad0311b6956f66835c24bd5a7e735aaa6b8c8852
tree37bf24b17611a4061dc770a281aff55d982d6d9b
parent06ff5c4c600a28c8c317aea3ca6c669bb8c50cf7
wpa: Fix EAP/PEAP MSCHAPv2 authentication SIGSEGV

25ecdc7d52770caf1c9b44b5ec11f468f6b636f3 (MFCed by
5654815fd3604e024eefdcb34904d3a7c883e8c5) introduced a link error
causing a SIGSEGV when using EAP/PEAP MSCHAPv2 authentication. It was
subsequently addressed by c1d255d3ffdbe447de3ab875bf4e7d7accc5bfc5,
discovered by build time link errors not experienced during testing of
25ecdc7d52770caf1c9b44b5ec11f468f6b636f3. This commit MFCs a portion
of c1d255d3ffdbe447de3ab875bf4e7d7accc5bfc5 addressing only the
SIGSEGV. The rest of c1d255d3ffdbe447de3ab875bf4e7d7accc5bfc5 will
be MFCed in November 2021.

This is a direct commit to stable/12.

PR: 258527
Reported by: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
Tested by: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
usr.sbin/wpa/Makefile.crypto
usr.sbin/wpa/Makefile.inc
usr.sbin/wpa/hostapd/Makefile
usr.sbin/wpa/src/ap/Makefile
usr.sbin/wpa/src/common/Makefile
usr.sbin/wpa/src/rsn_supp/Makefile