]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
mark "inst" as unused, and relax checks a bit more
authorAlan T. DeKok <aland@freeradius.org>
Tue, 6 Jun 2023 06:11:22 +0000 (08:11 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 6 Jun 2023 06:13:05 +0000 (08:13 +0200)
commitf3da165cfae12488a03dfa6667f69a5fa9988aef
treed29b8e8d862620abd1689fb8f54d45f2a959d23f
parent755bb929bd4e7b47b782a3082f3f303efdef5868
mark "inst" as unused, and relax checks a bit more

for now, we will only check if the EAP message length is correct.
This prevents "middle box" effect, where the protocol cannot be
upgraded, because middle boxes aren't upgraded.

There is a near-zero chance that EAP will be updated to allow
supplicants to send something other than 1 (Response).  But for
general protocol correctness and paranoia, let's allow for that
src/modules/rlm_eap/rlm_eap.c