hostap/src
Jouni Malinen 7d04364104 TLS: Reorder length bounds checking to avoid static analyzer warning
For some reason, "pos + len > end" is not clear enough, but "len > end -
pos" is recognized. Use that to get rid of a false positive from a
static analyzer (CID 72697).

Signed-off-by: Jouni Malinen <j@w1.fi>
2014-12-06 18:36:02 +02:00
..
ap hostapd: Fix memory leak on dynamic add-BSS error path 2014-12-06 17:42:23 +02:00
common hostapd: Allow ACS to be offloaded to the driver 2014-12-03 22:31:53 +02:00
crypto ERP: Add HMAC-SHA256 KDF (RFC 5295) 2014-12-04 12:08:59 +02:00
drivers Replace send_ft_action() driver_op with send_action() 2014-12-06 18:13:29 +02:00
eap_common ERP: Add TV/TLV parser 2014-12-04 12:08:59 +02:00
eap_peer ERP: Avoid a static analyzer warning on uninitialized emsk_len 2014-12-05 00:33:31 +02:00
eap_server EAP-SIM DB: Make recv() null termination easier for static analyzers 2014-12-06 18:35:53 +02:00
eapol_auth ERP: Add support for ERP on EAP server and authenticator 2014-12-04 12:16:27 +02:00
eapol_supp ERP: Add wpa_supplicant ERP_FLUSH ctrl_iface command 2014-12-04 12:16:29 +02:00
l2_packet proxyarp: Do not limit NDISC snoop packet size to 150 2014-11-28 22:41:26 +02:00
p2p P2P: Split p2p_channels_union() into two functions 2014-12-06 12:16:32 +02:00
pae MACsec: Fix policy configuration 2014-10-30 11:43:47 +02:00
radius ERP: Add support for ERP on EAP server and authenticator 2014-12-04 12:16:27 +02:00
rsn_supp Make GTK length validation easier to analyze 2014-12-06 12:16:32 +02:00
tls TLS: Reorder length bounds checking to avoid static analyzer warning 2014-12-06 18:36:02 +02:00
utils PCSC: Make AID copying easier for static analyzers 2014-12-06 12:16:32 +02:00
wps WPS: Add missing device types 2014-10-26 01:24:08 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00