hostap/src/radius
Jouni Malinen de7fe64df5 RADIUS: Avoid undefined behavior in pointer arithmetic
Reorder terms in a way that no invalid pointers are generated with
pos+len operations. end-pos is always defined (with a valid pos pointer)
while pos+len could end up pointing beyond the end pointer which would
be undefined behavior.

Signed-off-by: Jouni Malinen <j@w1.fi>
2015-10-25 15:34:59 +02:00
..
.gitignore Add build rules for src/radius/libradius.a 2009-12-24 11:59:08 +02:00
Makefile tests: Add ap-mgmt-fuzzer 2015-04-22 11:44:19 +03:00
radius.c RADIUS: Avoid undefined behavior in pointer arithmetic 2015-10-25 15:34:59 +02:00
radius.h Add Framed-IP-Address to Accounting-Request if STA address is known 2015-10-17 19:53:29 +03:00
radius_client.c hostapd: Force RADIUS socket renewal on RADIUS auth failures 2015-10-06 01:27:29 +03:00
radius_client.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
radius_das.c RADIUS DAS: Avoid compiler warning on abs() 2015-07-07 16:25:06 +03:00
radius_das.h RADIUS DAS: Support Acct-Multi-Session-Id as a session identifier 2015-01-16 13:09:44 +02:00
radius_server.c EAP server: Add tls_session_lifetime configuration 2015-08-24 02:29:30 +03:00
radius_server.h EAP server: Add tls_session_lifetime configuration 2015-08-24 02:29:30 +03:00