[PATCH 0/3] Modify RADIUS message length validation
Anusha Datar
anusha at meter.com
Wed Feb 17 17:32:55 EST 2021
This set of patches creates an explicit parameter for the RADIUS
message length, modify that parameter to match the value in RFC2865,
and then modify radius_client to check for message truncation to
check whether or not the message is actually too long. These steps
are necessary to prepare for modifying the buffer limits.
Anusha Datar (3):
Create RADIUS_MAX_MSG_LEN param in radius header
Set RADIUS message length to reflect RFC2865
Check for message truncation in radius client
src/radius/radius.h | 3 +++
src/radius/radius_client.c | 15 ++++++++++++---
src/radius/radius_server.c | 5 -----
3 files changed, 15 insertions(+), 8 deletions(-)
--
2.25.1
More information about the Hostap
mailing list